1. 26 4月, 2022 1 次提交
  2. 22 4月, 2022 1 次提交
  3. 18 4月, 2022 1 次提交
  4. 15 4月, 2022 1 次提交
  5. 14 4月, 2022 1 次提交
  6. 13 4月, 2022 1 次提交
  7. 07 4月, 2022 1 次提交
  8. 02 4月, 2022 2 次提交
  9. 01 4月, 2022 1 次提交
  10. 31 3月, 2022 1 次提交
  11. 29 3月, 2022 1 次提交
  12. 18 3月, 2022 1 次提交
  13. 16 3月, 2022 1 次提交
  14. 14 3月, 2022 1 次提交
  15. 11 3月, 2022 1 次提交
  16. 09 3月, 2022 1 次提交
  17. 08 3月, 2022 1 次提交
  18. 07 3月, 2022 1 次提交
    • C
      [Phi] Remove storage deps of empty (#40136) · b46e49de
      Chen Weihang 提交于
      * remove storage deps of empty
      
      * remove invalid empty method
      
      * remove error empty using
      
      * fix test_sparse_utils_dev_api
      
      * revert some sparse change
      
      * add memset for conv grad
      
      * resolve conflict
      
      * resolve conflict
      
      * resolve conflict
      b46e49de
  19. 03 3月, 2022 2 次提交
  20. 02 3月, 2022 1 次提交
  21. 28 2月, 2022 1 次提交
    • 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
  22. 22 2月, 2022 2 次提交
  23. 20 2月, 2022 1 次提交