1. 24 Feb, 2022 1 commit
  2. 23 Sep, 2021 1 commit
    • Wenwei Zhang's avatar
      [Feature]: Support empty tensor in MMSyncBN (#1205) · 4e101e0b
      Wenwei Zhang authored
      * [Feature]: support empty tensor in MMSyncBN
      
      * refine code
      
      * resolve comments
      
      * clean unnecessary comments
      
      * fix inaccurate statistics when empty tensor
      
      * resolve comments and add docstrings
      
      * update unit tests
      
      * rephrase, ready for merge
      4e101e0b
  3. 13 Aug, 2020 1 commit
  4. 03 Aug, 2020 1 commit
  5. 28 Jun, 2020 1 commit
    • zhuyuanhao's avatar
      add ext ops, support parrots (#310) · c0f5492e
      zhuyuanhao authored
      
      
      * add ext ops, support parrots
      
      * fix lint
      
      * fix lint
      
      * update op from mmdetection
      
      * support non-pytorch env
      
      * fix import bug
      
      * test not import mmcv.op
      
      * rename mmcv.op to mmcv.ops
      
      * fix compile warning
      
      * 1. fix syncbn warning in pytorch 1.5
      2. support only cpu compile
      3. add point_sample from mmdet
      
      * fix text bug
      
      * update docstrings
      
      * fix line endings
      
      * minor updates
      
      * remove non_local from ops
      
      * bug fix for nonlocal2d
      
      * rename ops_ext to _ext and _ext to _flow_warp_ext
      
      * update the doc
      
      * try clang-format github action
      
      * fix github action
      
      * add ops to api.rst
      
      * fix cpp format
      
      * fix clang format issues
      
      * remove .clang-format
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      c0f5492e