1. 04 6月, 2022 1 次提交
  2. 31 5月, 2022 1 次提交
  3. 30 5月, 2022 1 次提交
  4. 27 5月, 2022 1 次提交
  5. 26 5月, 2022 1 次提交
  6. 25 5月, 2022 1 次提交
  7. 20 5月, 2022 3 次提交
  8. 19 5月, 2022 1 次提交
    • Z
      [Phi] Change the output format of C++ backward api (Part2) (#42545) · 4427f1b1
      zyfncg 提交于
      * change the output format of C++ backward api
      
      * fix merge conflict
      
      * fix sparse api code auto-gen
      
      * fix eager_gen bug
      
      * fix bug of output is null
      
      * fix bug of conv2d_grad_impl
      
      * fix optional grad
      
      * fix bug of eager-gen double_grad
      
      * fix bug
      
      * fix multiply_double_grad bug
      
      * fix bug of higher order derivative
      
      * fix bug of FillZeroForEmptyGradInput
      
      * remove redundant vector in grad_node
      
      * fix bug of test_deformable_conv_v1_op
      
      * fix bug of test_deformable_conv_v1_op
      
      * some refacotr
      4427f1b1
  9. 16 5月, 2022 1 次提交
  10. 12 5月, 2022 1 次提交
  11. 10 5月, 2022 2 次提交
  12. 09 5月, 2022 1 次提交
  13. 01 5月, 2022 1 次提交
  14. 28 4月, 2022 1 次提交
  15. 27 4月, 2022 1 次提交
    • Z
      Optimize performance of dygraph (v4) (#42196) · 37e2f027
      zyfncg 提交于
      * optimize performance of dygraph
      
      * optimize performance of dygraph and elementwise_add
      
      * optimize the trace op
      
      * fix bug
      
      * fix bug
      
      * fix unittest bug
      
      * fix code format
      37e2f027
  16. 25 4月, 2022 2 次提交
  17. 18 4月, 2022 2 次提交
  18. 16 4月, 2022 1 次提交
  19. 14 4月, 2022 2 次提交
  20. 13 4月, 2022 1 次提交
  21. 12 4月, 2022 2 次提交
    • L
      [KP] Add Logical/compare/bitwise registry & UT (#40802) · 3749198e
      Lijunhui 提交于
      * init commit no push
      
      * collect comile errors
      
      * bitwise UT
      
      * fix compile problem
      
      * cancel comments
      
      * restore miss deletion
      
      * fix compilation
      
      * fix UT
      
      * NO stash in multiple branch at the same times
      
      * fix error
      
      * combine .cu from gpu and kps
      
      * replace gpu by kps
      
      * fix by Chen-weihang
      
      * Revert "Fix kps compile error in Junhui logic compare bitwise"
      
      * fix backend test
      
      * rm comments
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      3749198e
    • F
      add a inner loop for index_select_grad_init() in index_select op when dealing... · bc01242b
      FlyingQianMM 提交于
      add a inner loop for index_select_grad_init() in index_select op when dealing with large-shape data (#41563)
      
      * replace for with CUDA_KERNEL_LOOP for index_select_grad_init() in index_select op
      
      * use CUDA_KERNEL_LOOP_TYPE
      
      * fix code style
      
      * replace index_select_grad_init with SetConstant
      bc01242b
  22. 07 4月, 2022 1 次提交
  23. 03 4月, 2022 1 次提交
    • F
      add maximum limit for grid of index_select (#41127) · af8d2482
      FlyingQianMM 提交于
      * limit grid dim for index select
      
      * mv LimitGridDim into gpu_launch_config.h
      
      * fix conflicts
      
      * fix conflicts
      
      * fix code style
      
      * set block to 256
      
      * fix grid setting
      
      * set dtype of block_dim to unsigned int
      af8d2482
  24. 02 4月, 2022 2 次提交
  25. 01 4月, 2022 1 次提交
    • C
      [Phi]Interploatd kernels into phi (#40855) · d65a7a46
      chentianyu03 提交于
      * add interploate cpu kernel
      
      * fix nullptr bug
      
      * add interpolate gpu kernel
      
      * fix unit test error
      
      * remove raw kernels
      
      * add cuda kernel impl
      
      * add infermeta
      
      * recover accidentally deleted kernels in interpolate op
      
      * fix grad x_grad name error
      
      * remove interpolate_v2_op.h
      
      * rm unused codes
      
      * fix xpu build error
      
      * fix build error
      
      * fix namespace error
      
      * add register header for nup
      
      * fix infermeta error
      
      * modify by review
      
      * add the missing args in test_trt_convert_nearest_interp_v2
      d65a7a46
  26. 31 3月, 2022 2 次提交
  27. 30 3月, 2022 3 次提交
  28. 29 3月, 2022 2 次提交