1. 10 May, 2023 1 commit
  2. 06 Apr, 2023 1 commit
  3. 15 Dec, 2021 1 commit
  4. 23 Nov, 2021 1 commit
    • q.yao's avatar
      Refactor csrc with device dispatcher (#1463) · 230f9a3b
      q.yao authored
      * Add device registry for pytorch ops
      
      * add declaration of CheckDeviceConsistency
      
      * fix for torch130
      
      * assert with torch check
      
      * Refactor ops with dispatch
      
      * update rest ops
      
      * faster install
      
      * update compatibility
      
      * update compatibility, rename parameter
      
      * move cpu implement to pytorch/cpu
      
      * update ops/csrc/README.md
      
      * fix rocm support
      
      * update cn document
      
      * update docs
      
      * list instead of map
      230f9a3b
  5. 14 Sep, 2021 1 commit
    • Zaida Zhou's avatar
      [Docs] Use PyTorch sphinx theme (#1321) · 1216e5fe
      Zaida Zhou authored
      * [Docs] Use PyTorch sphinx theme
      
      * add sphinx-copybutton
      
      * add twitter and zhihu link
      
      * remove shpinx_rtd_theme from doc.xtx
      
      * update docs.txt
      
      * update conf.py
      1216e5fe
  6. 10 Aug, 2021 1 commit
    • Zaida Zhou's avatar
      [Refactor] Refactor the directory of csrc (#1206) · dfb48c87
      Zaida Zhou authored
      
      
      * [Refactor] Refactor the csrc directory
      
      * update MANIFEST.in
      
      * fix hip
      
      * add csrc readme
      
      * trailing whitespace
      
      * fix syntax error in setup.py
      
      * add compatibility docs
      
      * move parrots_cudawarpfunction.cuh to common/cuda
      
      * fix grammar, update directory tree
      
      * fix MANIFEST.in
      
      * Add new structre of csrc in compatibility.md
      
      * Add original structre of csrc in compatibility.md
      
      * fix typo
      
      * remove TODO
      
      * modify according to comment
      
      * format
      Co-authored-by: default avatargrimoire <yaoqian@sensetime.com>
      dfb48c87