1. 06 Dec, 2021 1 commit
  2. 30 Nov, 2021 1 commit
  3. 29 Nov, 2021 1 commit
  4. 19 Nov, 2021 1 commit
  5. 24 Oct, 2021 1 commit
  6. 03 Oct, 2021 1 commit
  7. 27 Aug, 2021 1 commit
  8. 24 Aug, 2021 1 commit
    • Wenwei Zhang's avatar
      [Feature] Add windows CI (#1023) · 979a355d
      Wenwei Zhang authored
      
      
      * add windows CI
      
      * clean versions
      
      * only allow pt1.7 on windows
      
      * fix windows install issue
      
      * add win cpu
      
      * fix win command
      
      * clean unnecessary command
      
      * resolve turbojpeg & tempfile on win
      
      * replace os.readlink with os.path.realpath
      
      * fix windows ci
      
      * close file before removing it
      
      * fix windows ci
      
      * fix symlink on windows
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * modify according to comment
      Co-authored-by: default avatarzhouzaida <zhouzaida@163.com>
      979a355d
  9. 23 Aug, 2021 1 commit
  10. 18 Aug, 2021 1 commit
  11. 10 Aug, 2021 1 commit
  12. 28 Jul, 2021 1 commit
  13. 23 Jul, 2021 1 commit
    • Haodong Duan's avatar
      [Improvement] Improve digit_version & use it for version_checking (#1185) · ef48a473
      Haodong Duan authored
      * improve digit_version & use it for version_checking
      
      * more testing for digit_version
      
      * setuptools >= 50 is needed
      
      * fix CI
      
      * add debuging log
      
      * >= to ==
      
      * fix lint
      
      * remove
      
      * add failure case
      
      * replace
      
      * fix
      
      * consider TORCH_VERSION == 'parrots'
      
      * add unittest
      
      * digit_version do not deal with the case if 'parrots' in version name.
      ef48a473
  14. 13 Jul, 2021 1 commit
  15. 06 Jul, 2021 1 commit
  16. 22 Jun, 2021 1 commit
  17. 23 May, 2021 1 commit
  18. 22 Apr, 2021 1 commit
  19. 10 Mar, 2021 1 commit
  20. 26 Feb, 2021 1 commit
  21. 28 Dec, 2020 1 commit
  22. 15 Dec, 2020 1 commit
    • lml131's avatar
      Lml/jit decorator (#673) · 9befc398
      lml131 authored
      * add jit decorator
      
      * add parrots_jit.py
      
      * modify test_parrots_jit.py
      
      * modify for lint
      
      * fix isort
      
      * skip test_parrots_jit.py when build without pytorch
      
      * try ci
      
      * rm log
      
      * fix double quote
      
      * modify for comments and use partial_shape instead of full_shape
      
      * fix for lint
      
      * small modify for parrots 0.9.0rc0
      
      * def skip no elena directly
      9befc398
  23. 09 Dec, 2020 1 commit
  24. 08 Dec, 2020 1 commit
  25. 24 Nov, 2020 1 commit
    • wang shiguang's avatar
      Add parrots ci (#662) · 23ecd83d
      wang shiguang authored
      * add parrots ci
      
      * update with ops build
      
      * Update build.yml
      
      * cridents env
      
      * Update build.yml
      23ecd83d
  26. 31 Oct, 2020 1 commit
  27. 26 Oct, 2020 1 commit
    • robin Han's avatar
      add unittest for onnx convert (#608) · 23b2bdbf
      robin Han authored
      * add unittest for onnx convert
      
      * build onnx and onnxruntime in CI
      
      * skip onnx op unit test while using CUDA
      
      * fix offset==0 case in NMS
      
      * remove tmp file used in test
      
      * delete tmp file before assert so that we can remove the tmp file anyway
      23b2bdbf
  28. 29 Sep, 2020 1 commit
  29. 01 Sep, 2020 1 commit
    • Wenwei Zhang's avatar
      [feature] Use cu92 & ubuntu1604 for torch 1.3.1 (#524) · fc4993cd
      Wenwei Zhang authored
      * [feature] Use cu92 & ubuntu1604 for torch 1.3.1
      
      * [fix]Use ubuntu-16.04 rather than latest for cu92
      
      * [fix]: soft link cuda path
      
      * Debug cu101 bug
      
      * Update usr/include for cublas with cu101
      
      * Check default nvcc version
      
      * rm :
      
      * add cuda root
      
      * Try to locate cublas_v2.h
      
      * Set cublas version
      
      * Force cublas version
      
      * check usr/local/cuda-10.2
      
      * Add tree
      
      * cp cublas files
      
      * cp cublas files to lib64
      
      * do not tree cuda
      
      * fix path cp error
      
      * cp dir
      
      * Keep using CUDA10.1 only
      
      * recover empty line
      fc4993cd
  30. 25 Aug, 2020 1 commit
  31. 09 Aug, 2020 1 commit
  32. 03 Aug, 2020 2 commits
  33. 17 Jul, 2020 1 commit
  34. 08 Jul, 2020 3 commits
    • Jerry Jiarui XU's avatar
      Bump to rc2 (#401) · da7a4279
      Jerry Jiarui XU authored
      * Bump to rc2
      
      * change rc2 -> 1.0.0
      da7a4279
    • Jerry Jiarui XU's avatar
      use env to control compile op or not (#400) · 192b3b3c
      Jerry Jiarui XU authored
      
      
      * use env to control compile op or not
      
      * use str as env var
      
      * update readme
      
      * update rc01
      
      * update readme
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      192b3b3c
    • Cao Yuhang's avatar
      Migrate op (#392) · d5cbf7ee
      Cao Yuhang authored
      * migrate op
      
      * migrate unittest
      
      * update build no torch
      
      * add back use_torch_vision for roi align
      
      * fix type and unit test
      
      * ignore test logging when no torch
      
      * fix no torch ci test
      
      * skip test registry
      
      * remove coverage report when no torch
      
      * fix mac ci order
      
      * install latest pillow when no torch
      
      * mv convws to brisk
      d5cbf7ee
  35. 07 Jul, 2020 1 commit
    • Kai Chen's avatar
      Add macos building in github action (#387) · b2b42cbd
      Kai Chen authored
      * add macos in github action
      
      * fix a package name
      
      * minor fix
      
      * fix typo
      
      * ignore progressbar testing
      
      * ignore timer testing
      
      * fix pytest configs
      
      * try fix
      b2b42cbd
  36. 05 Jul, 2020 1 commit
  37. 02 Jul, 2020 1 commit