1. 13 3月, 2023 1 次提交
  2. 10 3月, 2023 5 次提交
  3. 01 3月, 2023 1 次提交
    • D
      [XPU] Add kernels for VITDET (#50992) · 798b527c
      duanyanhui 提交于
      * add support of int64 add for xpu
      
      * add transpose support for int64
      
      * add randperm kernel
      
      * fix randperm
      
      * add distribute_fpn_proposal kernel
      
      * fix comment
      
      * add reduce_sum_int32
      798b527c
  4. 28 2月, 2023 2 次提交
  5. 27 2月, 2023 2 次提交
  6. 24 2月, 2023 1 次提交
  7. 23 2月, 2023 2 次提交
  8. 22 2月, 2023 1 次提交
  9. 21 2月, 2023 2 次提交
  10. 20 2月, 2023 2 次提交
  11. 17 2月, 2023 2 次提交
  12. 16 2月, 2023 3 次提交
  13. 15 2月, 2023 2 次提交
  14. 13 2月, 2023 1 次提交
  15. 10 2月, 2023 3 次提交
  16. 09 2月, 2023 2 次提交
  17. 01 2月, 2023 1 次提交
  18. 31 1月, 2023 1 次提交
  19. 19 1月, 2023 1 次提交
    • J
      [KUNLUN] add op: maxpool_with_index (#49505) · f71f77e9
      jameszhang 提交于
      * [KUNLUN] add op: maxpool_with_index
      
      * use DeviceContext::Alloc() instead of DenseTensor::mutable_data()
      
      * fix file format
      
      * solve clip unittest failure
      
      * minor fix
      
      * Revert "solve clip unittest failure" since the issue is fixed
      in #49535
      
      This reverts commit 1127adc66e79afe35ac3c00bb34e6aaa7cd7d78b.
      
      * align with xdnn on the definition of mask in max_pool_with_index
      
      * minor
      f71f77e9
  20. 18 1月, 2023 2 次提交
    • R
      [PHI] remove bitwise and, or, xor (#49916) · 9056cc8b
      RuohengMa 提交于
      * add reduce_sum_int64 and reduce_sum_int8 xpu kernels
      
      * [PHI] add clip grad kernel with support type float32 and int32
      
      * [PHI unittest] add clip_grad unit test
      
      * adapt code to clang-format
      
      * update xpu api output with clip_grad api
      
      * remove int8 support of reduce_sum xpu kernel since it can not pass unit tests
      
      * adapt license date, add code for XPUDataType convertion
      
      * add int8 support of reduce_sum
      
      * add reduce_sum unit tests for dtype int64, int8, and add more test cases
      
      * update license date
      
      * remove buggy bitwise and, or and xor xpu kernels, refine bitwise not xpu kernel
      
      * change license date
      9056cc8b
    • H
      [XPU] add logical_not op. (#49911) · 60d1199a
      houj04 提交于
      60d1199a
  21. 16 1月, 2023 1 次提交
  22. 13 1月, 2023 2 次提交