1. 05 7月, 2023 1 次提交
  2. 11 5月, 2023 1 次提交
  3. 13 3月, 2023 1 次提交
  4. 02 9月, 2022 1 次提交
  5. 16 8月, 2022 1 次提交
  6. 26 7月, 2022 1 次提交
  7. 15 7月, 2022 1 次提交
  8. 05 6月, 2022 1 次提交
  9. 15 4月, 2022 1 次提交
  10. 14 4月, 2022 1 次提交
  11. 02 4月, 2022 1 次提交
  12. 16 3月, 2022 1 次提交
  13. 14 3月, 2022 1 次提交
  14. 11 3月, 2022 1 次提交
  15. 09 3月, 2022 1 次提交
  16. 03 3月, 2022 1 次提交
  17. 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