"src/include/EnvVars.hpp" did not exist on "2f047a8e9a12b8aff12c5ab8b82ea66b11538f7d"
  1. 08 Oct, 2023 1 commit
    • xiabo's avatar
      测试用例修改 · e2f0eed9
      xiabo authored
      原因:
      np.allclose(a, b, rtol)使用,计算误差是(a-b)的误差在(atol + rtol*b.abs())以内,但用例中b的值有0,误差就是atol了,atol默认是10的-8.
      修改:
      把atol根据用例改为传入的误差*10-3.
      e2f0eed9
  2. 05 Sep, 2023 2 commits
  3. 16 Jun, 2023 1 commit
  4. 13 Jun, 2023 2 commits
  5. 31 May, 2023 3 commits
  6. 19 May, 2023 1 commit
  7. 11 May, 2023 1 commit
  8. 10 May, 2023 1 commit
  9. 20 Apr, 2023 1 commit
  10. 19 Apr, 2023 1 commit
    • bdf's avatar
      Pick MLU modifications from master (1.x) to main (2.x) (#2704) · 733e6ff8
      bdf authored
      
      
      * [Feature] Support Voxelization with cambricon MLU device (#2500)
      
      * [Feature] Support hard_voxelize with cambricon MLU backend
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Enhance] Optimize the performace of ms_deform_attn for MLU device (#2510)
      
      * ms_opt
      
      * ms_opt
      
      * ms_opt
      
      * ms_opt
      
      * ms_opt
      
      * [Feature] ms_deform_attn performance optimization
      
      * [Feature] ms_deform_attn performance optimization
      
      * [Feature] ms_deform_attn performance optimization
      
      * [Feature] Support ball_query with cambricon MLU backend and mlu-ops library. (#2520)
      
      * [Feature] Support ball_query with cambricon MLU backend and mlu-ops library.
      
      * [Fix] update operator data layout setting.
      
      * [Fix] add cxx compile option to avoid symbol conflict.
      
      * [Fix] fix lint errors.
      
      * [Fix] update ops.md with info of ball_query support by MLU backend.
      
      * [Feature] Fix typo.
      
      * [Fix] Remove print.
      
      * [Fix] get mlu-ops from MMCV_MLU_OPS_PATH env.
      
      * [Fix] update MMCV_MLU_OPS_PATH check logic.
      
      * [Fix] update error info when failed to download mlu-ops.
      
      * [Fix] check mlu-ops version matching info in mmcv.
      
      * [Fix] revise wrong filename.
      
      * [Fix] remove f.close and re.
      
      * [Docs] Steps to compile mmcv-full on MLU machine (#2571)
      
      * [Docs] Steps to compile mmcv-full on MLU machine
      
      * [Docs] Adjust paragraph order
      
      * Update docs/zh_cn/get_started/build.md
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * Update docs/zh_cn/get_started/build.md
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * Update docs/en/get_started/build.md
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * Update docs/en/get_started/build.md
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * [Docs] Modify the format
      
      ---------
      Co-authored-by: default avatarbudefei <budefei@cambricon.com>
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * [Fix] Fix tensor descriptor setting in MLU ball_query. (#2579)
      
      * [Feature] Add MLU support for Sparse Convolution op (#2589)
      
      * [Feature] Add sparse convolution MLU API
      
      * [Feature] update cpp code style
      
      * end-of-file
      
      * delete libext.a
      
      * code style
      
      * update ops.md
      
      ---------
      Co-authored-by: default avatarbudefei <budefei@cambricon.com>
      
      * [Enhancement] Replace the implementation of deform_roi_pool with mlu-ops (#2598)
      
      * [Feature] Replace the implementation of deform_roi_pool with mlu-ops
      
      * [Feature] Modify code
      
      ---------
      Co-authored-by: default avatarbudefei <budefei@cambricon.com>
      
      * [Enhancement] ms_deform_attn performance optimization (#2616)
      
      * ms_opt_v2
      
      * ms_opt_v2_1
      
      * optimize MultiScaleDeformableAttention ops for MLU
      
      * ms_opt_v2_1
      
      * [Feature] ms_deform_attn performance optimization V2
      
      * [Feature] ms_deform_attn performance optimization V2
      
      * [Feature] ms_deform_attn performance optimization V2
      
      * [Feature] ms_deform_attn performance optimization V2
      
      * [Feature] ms_deform_attn performance optimization V2
      
      * [Feature] ms_deform_attn performance optimization V2
      
      * [Feature] ms_deform_attn performance optimization V2
      
      ---------
      Co-authored-by: default avatardongchengwei <dongchengwei@cambricon.com>
      
      * [Feature] Support NmsRotated with cambricon MLU backend (#2643)
      
      * [Feature] Support NmsRotated with cambricon MLU backend
      
      * [Feature] remove foolproofs in nms_rotated_mlu.cpp
      
      * [Feature] fix lint in test_nms_rotated.py
      
      * [Feature] fix kMLU not found in nms_rotated.cpp
      
      * [Feature] modify mlu support in nms.py
      
      * [Feature] modify nms_rotated support in ops.md
      
      * [Feature] modify ops/nms.py
      
      * [Enhance] Add a default value for MMCV_MLU_ARGS (#2688)
      
      * add mlu_args
      
      * add mlu_args
      
      * Modify the code
      
      ---------
      Co-authored-by: default avatarbudefei <budefei@cambricon.com>
      
      * [Enhance] Ignore mlu-ops files (#2691)
      Co-authored-by: default avatarbudefei <budefei@cambricon.com>
      
      ---------
      Co-authored-by: default avatarZShaopeng <108382403+ZShaopeng@users.noreply.github.com>
      Co-authored-by: default avatarBinZheng <38182684+Wickyzheng@users.noreply.github.com>
      Co-authored-by: default avatarliuduanhui <103939338+DanieeelLiu@users.noreply.github.com>
      Co-authored-by: default avatarbudefei <budefei@cambricon.com>
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      Co-authored-by: default avatarduzekun <108381389+duzekunKTH@users.noreply.github.com>
      Co-authored-by: default avatardongchengwei <dongchengwei@cambricon.com>
      Co-authored-by: default avatarliuyuan1-v <125547457+liuyuan1-v@users.noreply.github.com>
      733e6ff8
  11. 25 Mar, 2023 2 commits
  12. 24 Mar, 2023 1 commit
  13. 20 Mar, 2023 4 commits
  14. 19 Mar, 2023 1 commit
  15. 13 Mar, 2023 1 commit
    • Yifei Yang's avatar
      [Feature] Add Ops of StyleGAN3 (#2290) · 869dbf1b
      Yifei Yang authored
      
      
      * add bias_act
      
      * support bias_act
      
      * support filtered_lrelu
      
      * support filtered_lrelu and upfirdn2d
      
      * support conv2d_gradfix and fix filtered_lrelu
      
      * fix lint
      
      * fix lint
      
      * fix c++ lint
      
      * fix part comments
      
      * fix lint
      
      * rm redundant header
      
      * fix upgrade pip
      
      * fix as comment
      
      * fix c++ lint
      
      * fix ci
      
      * fix-ut
      
      * fix as comments
      
      * add grad check
      
      * remove redundant template
      
      * Update mmcv/ops/bias_act.py
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * add typehint
      
      * fix as comment:
      
      * complete type hints
      
      * fix lint
      
      * add test for conv_gradfix
      
      * add test for conv_gradfix
      
      * fix lint
      
      * modify licenses and ops.md
      
      * add zh op md
      
      * add torch version policy for conv2d_gradfix
      
      * fix lint
      
      * fix as comments
      
      * rename impl
      
      * rm redudant function and add ut
      
      * fix as comment
      
      * fix lint
      
      * fix lint
      
      * fix as comments
      
      * fix lint
      
      * fix ut
      
      * fix as comment
      
      * fix as comment
      
      * fix as comment
      
      ---------
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      869dbf1b
  16. 03 Mar, 2023 1 commit
  17. 13 Feb, 2023 1 commit
  18. 17 Jan, 2023 1 commit
  19. 13 Jan, 2023 1 commit
    • ckirchhoff's avatar
      [Feature] Pick npu ops from master to 2.x (#2501) · 34bdf448
      ckirchhoff authored
      * merge npu ops from master to 2.x
      
      * BugFix: fix merge bugs
      
      * {[Feature]: add psamask, roipool to 2.x, and fix the SigmoidFocalLoss assert condition
      
      * merge conflicts in ops.md
      
      * [fix]: fix merge bug
      34bdf448
  20. 10 Jan, 2023 1 commit
  21. 27 Dec, 2022 1 commit
  22. 11 Dec, 2022 2 commits
  23. 23 Nov, 2022 5 commits
  24. 27 Oct, 2022 1 commit
  25. 22 Oct, 2022 3 commits
    • ZShaopeng's avatar
      [Feature] Support RoipointPool3d with cambricon MLU backend (#2247) · a8f7ae48
      ZShaopeng authored
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      a8f7ae48
    • bdf's avatar
      [Feature] Support DeformRoiPool with cambricon MLU backend (#2137) · a364e6ca
      bdf authored
      
      
      * [Feature] Support DeformRoiPool with cambricon MLU backend
      
      * [Fix] Remove use of std library
      
      * [Fix] Correct the error information
      
      * [Refactor] Refactor test deform_roi_pool code
      
      * [Fix] Fix judgment error
      
      * [Fix] Modify the large tensor check
      Co-authored-by: default avatarbudefei <budefei@cambricon.com>
      a364e6ca
    • CokeDong's avatar
      [Feature] Support PrRoI op for Parrots (#2280) · 8fae3b46
      CokeDong authored
      * Support parrots extension for op PrRoI
      
      * Fix lint
      
      * Fix cpp lint
      
      * Fix testcase failure by false requires_grad in self-defined autograd Funtion
      
      * Fix issues
      
      * Fix flake8
      
      * Fix isort
      
      * Adaption for typechecking for PrRoIPoolFunction
      
      * Fix lint
      
      * Support only float32
      
      * bugfix
      8fae3b46