Skip to content

Commit

Permalink
Deprecate CUDA 9
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Lecki <[email protected]>
  • Loading branch information
klecki committed May 11, 2020
1 parent 8b0d4f4 commit b297c3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dali/python/nvidia/dali/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ def deprecation_warning(what):
"reaches the end of life on January 1st, 2020. To stay up to date with "
"DALI, please upgrade to Python 3.5 or later.")
if __cuda_version__ < 100:
deprecation_warning("Support for CUDA versions older than 10.0 will soon be dropped "
"and DALI build won't be provided. Please update your environment "
"to CUDA version 10 or newer.")
deprecation_warning("DALI 0.22 is the last official release that supports CUDA 9. "
"Please update your environment to CUDA version 10 or newer.")

for lib in default_plugins:
LoadLibrary(os.path.join(os.path.dirname(__file__), lib))

0 comments on commit b297c3c

Please sign in to comment.