Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/backend/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,6 @@ if(AF_INSTALL_STANDALONE)
if(cuDNN_VERSION_MAJOR VERSION_GREATER 8 OR cuDNN_VERSION_MAJOR VERSION_EQUAL 8)
# cudnn changed how dlls are shipped starting major version 8
# except the main dll a lot of the other DLLs are loaded upon demand
afcu_collect_cudnn_libs(adv_infer)
afcu_collect_cudnn_libs(adv_train)
afcu_collect_cudnn_libs(cnn_infer)
afcu_collect_cudnn_libs(cnn_train)
afcu_collect_cudnn_libs(ops_infer)
Expand Down