1. 09 6月, 2021 1 次提交
  2. 08 6月, 2021 6 次提交
  3. 07 6月, 2021 8 次提交
  4. 05 6月, 2021 2 次提交
  5. 04 6月, 2021 6 次提交
  6. 03 6月, 2021 2 次提交
  7. 02 6月, 2021 7 次提交
  8. 01 6月, 2021 1 次提交
  9. 31 5月, 2021 5 次提交
  10. 28 5月, 2021 2 次提交
    • C
      modify to complex template types for fill_constant op (#33179) · 1187c610
      chentianyu03 提交于
      * modify to complex template types for fill_constant op
      
      * modify to complex template types for py_layer, strided_slice and reduce_sum_op.part
      1187c610
    • L
      Add lgamma_op kernel and unittest (#32913) · 2d3cbb49
      levi131 提交于
      * run pre-commit
      
      * use HOST or DEVICE instead of HOSTDEVICE in implementation of lgamma op
      
      * add test for fp32
      
      * add lgamma to op_threshold_white_list
      
      * add cuda kernel for lgamma kernel
      
      * modify numeric grad delta
      
      * fix small English issue
      
      * change LaunchElementwiseCudaKernel to LaunchSameDimsElementwiseCudaKernel
      2d3cbb49