1. 29 12月, 2020 10 次提交
  2. 28 12月, 2020 9 次提交
  3. 27 12月, 2020 1 次提交
  4. 26 12月, 2020 1 次提交
  5. 25 12月, 2020 7 次提交
  6. 24 12月, 2020 3 次提交
  7. 23 12月, 2020 5 次提交
  8. 22 12月, 2020 4 次提交
    • J
      [oneDNN] Tensor copy fix to oneDNN tensors (#29771) · 7b33720c
      Jacek Czaja 提交于
      * - Tensor copy fix to oneDNN tensors
      
      * - Fixes after review
      7b33720c
    • 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