1. 17 11月, 2022 1 次提交
  2. 16 11月, 2022 2 次提交
  3. 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
  4. 14 11月, 2022 1 次提交
  5. 11 11月, 2022 5 次提交
  6. 10 11月, 2022 4 次提交
  7. 09 11月, 2022 5 次提交
  8. 08 11月, 2022 1 次提交
  9. 04 11月, 2022 1 次提交
    • C
      Add sin double grad operator. (#47543) · 297f5efe
      cyber-pioneer 提交于
      * add sin double grad operator
      
      * add sin double grad test example
      
      * move sindoublegradopmaker to backward.yaml
      
      * fix sindoublegrad code
      
      * simplify sindoublegrad functor
      297f5efe
  10. 03 11月, 2022 2 次提交
  11. 02 11月, 2022 2 次提交
  12. 31 10月, 2022 2 次提交
  13. 26 10月, 2022 1 次提交
  14. 19 10月, 2022 1 次提交
  15. 17 10月, 2022 1 次提交
  16. 14 10月, 2022 1 次提交
  17. 13 10月, 2022 1 次提交
    • Z
      Revert #46111 (#46961) · cf9ca61d
      Zhang Ting 提交于
      * Revert "【Hackathon No.56&38】deformable_conv_v1 算子实现 float16 数据类型支持&前向运行加速 (#46111)"
      cf9ca61d
  18. 12 10月, 2022 2 次提交
  19. 11 10月, 2022 1 次提交
  20. 10 10月, 2022 1 次提交
  21. 03 10月, 2022 1 次提交
  22. 30 9月, 2022 1 次提交
    • S
      support pure bfloat16 for more ops (#46364) · b7b231a6
      sneaxiy 提交于
      * support pure bfloat16
      
      * support bf16 linear
      
      * update PR to pass CI
      
      * tiny fix where_grad_kernel.cu
      
      * add bfloat16 to selu_grad to pass CI
      
      * fix selu grad compilation error
      b7b231a6
  23. 28 9月, 2022 2 次提交
    • C
      Remove the declaration of using Tensor in framework/tensor.h (#46432) · e12a905e
      Chen Weihang 提交于
      * remove needless using tensor
      
      * remove needless using tensor
      
      * resolve conflict
      
      * replace tensor using
      
      * fix format error
      
      * revert needless changing
      
      * fix rocm and npu compile error
      
      * fix cinn compile error
      
      * fix format error
      
      * fix mkldnn format error
      
      * fix mkldnn format error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * resolve conflict
      e12a905e
    • K
      [NPU] add gpu kernel for transfer layout (#46307) · 526d963e
      kangguangli 提交于
      * add gpu kernel for transfer layout
      
      * comment error throw
      
      * fix: flag setting in testcase; add condition check for raising error
      
      * fix typo
      
      * fix: add error type for PADDLE_THROW
      
      * remove kernel fallback in data_transfer.cc
      
      * remove useless variable definition
      526d963e