Skip to content

Commit

Permalink
Add cudnn 9 dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
tianleiwu committed Aug 14, 2024
1 parent a0708a0 commit 9416e17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,16 @@ def run(self):
"libcufft.so.10",
"libcufft.so.11",
"libcurand.so.10",
"libcudnn_adv.so.9",
"libcudnn_cnn.so.9",
"libcudnn_engines_precompiled.so.9",
"libcudnn_engines_runtime_compiled.so.9",
"libcudnn_graph.so.9",
"libcudnn_heuristic.so.9",
"libcudnn_ops.so.9",
"libnvJitLink.so.12",
"libnvrtc.so.12",
"libnvrtc-builtins.so.12",
]
rocm_dependencies = [
"libamd_comgr.so.2",
Expand Down

0 comments on commit 9416e17

Please sign in to comment.