1. 26 8月, 2022 1 次提交
  2. 25 8月, 2022 1 次提交
  3. 24 8月, 2022 1 次提交
  4. 17 8月, 2022 1 次提交
    • N
      [CodeStyle][NPU] use np.testing.assert_allclose instead of... · 2de0d676
      Nyakku Shigure 提交于
      [CodeStyle][NPU] use np.testing.assert_allclose instead of self.assertTrue(np.allclose(...)) (part 1) (#44988)
      
      * autofix
      
      * try resolve precision issues
      
      * revert some changes
      
      * clean some `err_msg`
      
      * 0.0001 -> 1e-4
      
      * update commented assert code
      
      * try to fix some shape errors
      
      * `numpy` -> `np`
      
      * empty commit, trigger kunlun ci, test=kunlun
      
      * empty commit, retrigger kunlun ci, test=kunlun
      
      * empty commit, trigger kunlun ci, try fix npu memcpy_h2d, test=kunlun
      
      * try fix npu import error, test=kunlun
      2de0d676
  5. 08 8月, 2022 1 次提交
  6. 05 7月, 2022 1 次提交
  7. 14 6月, 2022 2 次提交
    • W
      fix cmake-lint problems. (#43406) · 59f89236
      Wilber 提交于
      * cmake-lint
      
      * update
      59f89236
    • Z
      Fix numpy 1.20+ deprecation warnings (#42929) · 90cf2299
      zlsh80826 提交于
      * Replace np.bool/np.bool8 with np.bool_
      
      * Replace np.object with np.object_
      
      * Replace np.complex with np.complex128
      
      * Replace np.float with np.float64
      
      * Replace np.int with np.int_
      
      * Rerun pre-commit for newer pre-commit configuration
      
      * Use builtin bool instead of np.bool_ based on the context
      90cf2299
  8. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  9. 04 6月, 2022 1 次提交
  10. 31 5月, 2022 1 次提交
  11. 18 5月, 2022 1 次提交
  12. 17 5月, 2022 1 次提交
  13. 06 5月, 2022 1 次提交
  14. 27 3月, 2022 1 次提交
  15. 25 3月, 2022 2 次提交
    • J
      Refactor Dygraph Flags (#40786) · 3085d5e4
      Jiabin Yang 提交于
      * refactor eager flags
      
      * fix flags error when we switch from eager to dygraph
      
      * fix ci problem
      
      * fix ci
      
      * fix ci
      
      * merge develop and fix code style
      
      * merge develop and fix code style
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * merge develop
      3085d5e4
    • A
      [NPU] add merged_momentum (#40875) · 2b74b739
      Aganlengzi 提交于
      * [NPU] add merged_momentum
      
      * fix
      
      * fix device
      2b74b739
  16. 23 3月, 2022 2 次提交
    • F
      [NPU] add npu support for conv3d and conv3d_grad (#38480) · ff568afa
      furnace 提交于
      * [NPU] add npu support for conv3d and conv3d_grad
      
      * [NPU] delete failed unittests due to Ascend not support
      
      * [NPU] delete debug codes
      
      * [NPU] optimize codes, notest
      
      * [NPU] remove const_cast
      
      * [NPU] optimize for remove const_cast
      
      * [NPU] fix written errors
      ff568afa
    • W
      [Eager] Slice (#40587) · b07d239c
      wanghuancoder 提交于
      * fix some slice bug, test=develop
      
      * eager slice, test=develop
      
      * eager slice, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * fix bug, test=develop
      
      * refine, test=develop
      
      * rename function name, test=develop
      b07d239c
  17. 18 3月, 2022 2 次提交
  18. 08 3月, 2022 1 次提交
  19. 18 2月, 2022 1 次提交
  20. 16 2月, 2022 1 次提交
    • L
      [bf16] pten matmul cuda kernel support bf16 (#39485) · d5a0d31a
      Leo Chen 提交于
      * pten matmul cuda kernel support bf16
      
      * fix pten kernel name
      
      * add matmul_grad bf16 kernel
      
      * add emptylike bf16 kernel
      
      * fix compile
      
      * suppport rocm
      
      * fix error
      
      * fix rocm
      
      * add bf16 header file
      
      * fix compile
      d5a0d31a
  21. 10 2月, 2022 1 次提交
  22. 13 1月, 2022 2 次提交
  23. 04 1月, 2022 1 次提交
  24. 17 12月, 2021 1 次提交
  25. 02 12月, 2021 1 次提交
  26. 25 11月, 2021 2 次提交
  27. 23 11月, 2021 1 次提交
  28. 12 11月, 2021 1 次提交
  29. 04 11月, 2021 1 次提交
  30. 01 11月, 2021 1 次提交
  31. 28 10月, 2021 1 次提交
  32. 26 10月, 2021 1 次提交
  33. 25 10月, 2021 1 次提交
  34. 21 10月, 2021 1 次提交