1. 04 1月, 2021 5 次提交
  2. 31 12月, 2020 7 次提交
  3. 30 12月, 2020 6 次提交
  4. 29 12月, 2020 4 次提交
  5. 28 12月, 2020 5 次提交
  6. 25 12月, 2020 5 次提交
  7. 24 12月, 2020 2 次提交
  8. 23 12月, 2020 3 次提交
  9. 22 12月, 2020 3 次提交
    • 1
      Roll cuda kernel (#29655) · a400b76d
      123malin 提交于
      * test=develop, optimize roll_op_cuda_kernel
      a400b76d
    • W
      optimize compilation time of argmin/argmax op (#29595) · e7ac74c8
      wuhuanzhou 提交于
      * Using VisitDataTypeTiny and put CastOP after ReduceOP, test=develop
      
      * remove changes of reduce_op.h, test=develop
      e7ac74c8
    • C
      change grad elementwise_mul for complex types (#29757) · ddfc3d2c
      chentianyu03 提交于
      * add conj op for complex types
      
      * add conj for complex types
      
      * add more test case
      
      * add conj_op test
      
      * modify conj api and impl
      
      * add complex type for fill_constant_op xpu
      
      * add setConstant for complex type
      
      * remove complex conj test file
      
      * user define grad for test_conj_op
      
      * add test case for static mode of conj api
      
      * modify conj doc
      
      * change input args name to x
      
      * remove useless codes
      
      * conj support real types
      
      * add conj test case for real number
      
      * delete no need to calculate inputs in dygraph op_test
      
      * delete no need to calculate inputs in dygraph op_test
      
      * modify grad of mul for complex types
      
      * fix the grads of inputs args order not match bug
      ddfc3d2c