1. 08 12月, 2022 1 次提交
    • H
      [PHI decoupling] move cuda_graph from fluid to phi (#48686) · a4d9851b
      huangjiyi 提交于
      * move cuda_graph from fluid to phi
      
      * move device_memory_aligment from fluid to phi
      
      * Revert "move device_memory_aligment from fluid to phi"
      
      This reverts commit b92fcd39a0a50fdac13278f49be0237a85f3a13f.
      
      * update xpu cmake
      a4d9851b
  2. 26 6月, 2022 1 次提交
  3. 05 6月, 2022 1 次提交
  4. 02 6月, 2022 2 次提交
  5. 10 12月, 2021 1 次提交
  6. 03 12月, 2021 1 次提交
  7. 09 11月, 2021 1 次提交
  8. 08 10月, 2021 1 次提交
  9. 29 9月, 2021 1 次提交
    • Z
      Add basic support for CUDA Graph (#36190) · 21b93c3d
      Zeng Jinle 提交于
      * add basic support for CUDA Graph
      
      * fix ci compile error
      
      * fix LOG print, fix windows CI
      
      * follow comments and update
      
      * small fix for default ctor
      
      * fix rocm compile error
      
      * fix CPU compile error
      21b93c3d