1. 01 3月, 2022 1 次提交
  2. 28 2月, 2022 3 次提交
    • Z
      Add sparse conv3d kernel (#39879) · bc99a76c
      zhangkaihuo 提交于
      * fix incorrect dims settings
      
      * sparse conv3d
      
      * fix out dims
      
      * test performance
      
      * test large shape success
      
      * opt scatter, double performance
      
      * test float16
      
      * remove profiling code
      
      * remove pten
      
      * opt code lines
      
      * correct boundary judgment
      
      * only cpu
      
      * test ci
      
      * test ci
      
      * remove the including paddle/fluid header; extract the conmmon function
      
      * opt code lines
      
      * use DenseTensor::data() instead of mutable_data
      
      * return rulebook for backward
      
      * specify layout
      
      * rename:conv -> sparse_conv3d
      bc99a76c
    • C
      [Pten->Phi PR4] Rename pten in funcs to phi (#39961) · eb42dd52
      Chen Weihang 提交于
      * rename pten_utils to phi_utils
      
      * rename pten_utils target
      
      * rename Pten to Phi
      
      * replace pten with phi
      
      * resolve conflict
      eb42dd52
    • A
      [Phi] Add ClearHolder when re-alloc on new place in DeviceContext (#39833) · 2753c16f
      Aurelius84 提交于
      * [Phi] Add ClearHolder when re-alloc on new place in DeviceContext
      
      * fix hostAlloc
      
      * foix inferRT unittest
      
      * remove dev_ctx ptr
      2753c16f
  3. 26 2月, 2022 1 次提交
    • Z
      [Pten] Refactor the copy kernel (#39731) · 9a7b9eda
      zyfncg 提交于
      * remove SetAllocationForOutputTenosr
      
      * add place param for copy kernel
      
      * recover SetAllocationForOutputTenosr
      
      * polish code
      
      * fix empty_dev api bug
      
      * test=allcases
      
      * test=allcases
      
      * fix bug
      
      * recover empty
      
      * recover modify
      9a7b9eda
  4. 25 2月, 2022 2 次提交
  5. 24 2月, 2022 4 次提交
  6. 23 2月, 2022 2 次提交
  7. 22 2月, 2022 3 次提交
  8. 21 2月, 2022 3 次提交
  9. 20 2月, 2022 1 次提交