Skip to content
Snippets Groups Projects
Commit 9729ca54 authored by Rinat Shigapov's avatar Rinat Shigapov Committed by Kai Chen
Browse files

Async inference interface (#1647)

* 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
parent cd0d37cc
No related branches found
No related tags found
No related merge requests found
Showing
with 535 additions and 30 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment