1. 07 9月, 2023 7 次提交
  2. 06 9月, 2023 7 次提交
  3. 05 9月, 2023 7 次提交
  4. 04 9月, 2023 9 次提交
  5. 01 9月, 2023 7 次提交
  6. 31 8月, 2023 3 次提交
    • iSerendipity's avatar
      【complex op】No.7 add complex support for isclose (#56723) · d53972fd
      iSerendipity 提交于
      * add complex support for isclose
      
      * add complex test for isclose
      
      * fix template complie issue
      
      * fix cuda compilation error
      
      * fix type typo
      
      * fix error for complex's abs
      
      * add complex dtype into input
      
      * fix ut
      d53972fd
    • H
      [NewIR]New ir using kernel registrer type (#56789) · a34bdb64
      hong 提交于
      * update
      
      * fix batch norm grad args def
      
      * fix bug
      
      * fix combine slice bug
      
      * fix slice bug
      
      * update builtin split
      
      * disable using kernel resigter dtype
      
      * polish code
      
      * disable some test
      a34bdb64
    • T
      Add fused_scale_bias_relu_conv_bnstats OP (#55026) · 71e28b12
      Tian Zheng 提交于
      * Add fused_scale_bias_relu_conv_bnstats op
      
      * Review changes
      
      * Fix no CUDNN Frontend build
      
      * Fix PADDLE_ENFORCE format
      
      * Fix PADDLE_ENFORCE CI error
      
      * Rename kernel filename
      
      * Refactor unittest to use paddle eager_op_test
      
      * Fix padding bugs
      
      * Review changes
      
      * test=cuda117
      
      * test=cuda117
      71e28b12