"tests/conftest.py" did not exist on "7d50af4b020eaf1456468cc1f202996ac638d12a"
  1. 21 Dec, 2019 1 commit
    • Rinat Shigapov's avatar
      Async inference interface (#1647) · 9729ca54
      Rinat Shigapov authored
      * async inference support
      
      * implemented concurrent decorator
      
      * fixes for Python versions < 3.7
      
      * async methods depend on python version
      
      * revert changes in forward method
      
      * async_test -> async_simple_test, debug logging is done via logger.debug
      
      * add async test
      
      * add asynctest to test requirements
      
      * async tests are run in Python 3.7
      
      * check CUDA, add docs
      
      * fix device
      
      * run test only if CUDA is available
      
      * fix linting
      
      * custom operators can run on nondefault stream
      
      * set current stream in kernel launch configuration
      
      * example fixes
      
      * add async/sync interface comparison benchmark
      
      * fix linting
      9729ca54
  2. 27 Nov, 2019 1 commit
  3. 14 Sep, 2019 1 commit
  4. 05 Sep, 2019 1 commit
  5. 31 Jul, 2019 1 commit
  6. 29 Jul, 2019 1 commit
  7. 28 Jul, 2019 1 commit
  8. 11 Jul, 2019 1 commit
    • Daniel Suess's avatar
      Refactor compilation into single setup.py (#881) · 713e98bc
      Daniel Suess authored
      * Implement all extension building in main setup.py
      
      * Remove old build files
      
      * Adapt installation guide
      
      * Refactor to comply with flake8
      
      * Move imports into functions & refactor module paths
      
      * Format setup.py with yapf
      
      * Move cython/numpy import back to head of file
      
      * Add note to use verbose mode for pip in INSTALL.md
      713e98bc
  9. 20 May, 2019 1 commit
  10. 25 Apr, 2019 1 commit
  11. 14 Apr, 2019 1 commit
  12. 07 Apr, 2019 2 commits
  13. 03 Apr, 2019 1 commit
  14. 06 Feb, 2019 1 commit
  15. 29 Jan, 2019 2 commits
  16. 21 Jan, 2019 4 commits
  17. 19 Jan, 2019 1 commit
  18. 17 Jan, 2019 2 commits
  19. 16 Jan, 2019 1 commit
  20. 15 Jan, 2019 3 commits