1. 07 12月, 2022 1 次提交
  2. 06 12月, 2022 3 次提交
  3. 05 12月, 2022 2 次提交
  4. 02 12月, 2022 1 次提交
  5. 30 11月, 2022 2 次提交
  6. 29 11月, 2022 4 次提交
  7. 28 11月, 2022 5 次提交
  8. 25 11月, 2022 3 次提交
  9. 24 11月, 2022 4 次提交
  10. 23 11月, 2022 3 次提交
  11. 22 11月, 2022 1 次提交
    • H
      [PHI decoupling] remove "gpu_device_function.h" in fluid. (#48117) · 4da1a0fe
      huangjiyi 提交于
      * move "paddle/phi/backends/gpu/gpu_device_function.h" to phi
      
      * update copyright years
      
      * rm "fluid/platform/device/gpu/gpu_device_function.h" in phi
      
      * rm dependence to "gpu_device_function.h" in fluid
      
      * rm gpu_device_function.h etc in fluid
      
      * fix rocm-complie bugs
      
      * fix cuda_helper_test.cu bugs
      4da1a0fe
  12. 21 11月, 2022 2 次提交
  13. 18 11月, 2022 4 次提交
  14. 17 11月, 2022 3 次提交
  15. 16 11月, 2022 1 次提交
  16. 15 11月, 2022 1 次提交
    • S
      mkldnn directory cleanup (#47779) · 8a339d24
      Sławomir Siwek 提交于
      * cleanup unused code
      
      * unify is_int8 is_bfloat16
      
      * Simplify matmul_v2 FWD kernel
      
      * remove RunKernel methods
      
      * remove import namespace
      
      * remove headers
      
      * clean fluid/phi cross imports
      
      * remove fluid axpy_handler
      
      * delete fluid methods
      
      * activations
      
      * OneDNNMemDesc
      
      * MKLDNNFormatForSize
      
      * MatchShapeToLayout
      
      * MKLDNNMemoryFormat
      
      * MKLDNNFormat
      
      * ReorderMKLDNNHandler
      
      * to_void_cast
      
      * review suggestions
      
      * interpolate
      
      * remove fluid depedency
      8a339d24