Skip to content

Commit

Permalink
Refactor CUDA library regex patterns to search nvidia libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Nov 15, 2024
1 parent 014833f commit d2cbf27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnxruntime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
"cudnn",
"cudart",
"cufft",
# "curand",
# "nvJitLink",
)
# Construct a regex pattern for each library name with optional parts
# Pattern explanation:
Expand Down

0 comments on commit d2cbf27

Please sign in to comment.