1. 25 6月, 2022 1 次提交
  2. 24 6月, 2022 3 次提交
  3. 23 6月, 2022 6 次提交
  4. 22 6月, 2022 12 次提交
  5. 21 6月, 2022 5 次提交
  6. 20 6月, 2022 5 次提交
  7. 18 6月, 2022 1 次提交
  8. 17 6月, 2022 4 次提交
  9. 16 6月, 2022 3 次提交
    • Z
      [cherry pick] Unit test with tempfile to place the temporary files (#43522) · 1a660c8a
      zhangbopd 提交于
          Use tempfile for unit test & custom op test to replace temporary files to ensure that all temporary files will be deleted normally after a single measurement, avoiding the usage of disk files.
          The PR only involves single-test and op test modifications and does not affect existing functionality.
          Release/2.3 branch modified in PR43521;
      1a660c8a
    • Q
      [Cherry-pick] Fix ut tempfile v23 (#43387) · 24843fcb
      Qi Li 提交于
      * fix unit test temp file, test=develop (#43155)
      
      * add cleanup code, test=develop (#43305)
      24843fcb
    • Q
      [Cherry-pick] Fix numpy 1.20+ deprecation warnings (#43513) · 689e0999
      Qi Li 提交于
      * Fix numpy 1.20+ deprecation warnings (#42929)
      
      * 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
      
      * fix mode dtype
      Co-authored-by: Nzlsh80826 <rewang@nvidia.com>
      689e0999