fix zluda

This commit is contained in:
Seunghoon Lee
2024-02-24 15:54:08 +09:00
committed by Vladimir Mandic
parent 72e938621b
commit f6ef263c0c
+1 -1
View File
@@ -923,7 +923,7 @@ def patch_zluda():
venv_dir = os.environ.get('VENV_DIR', os.path.dirname(shutil.which('python')))
dlls_to_patch = {
'cublas.dll': 'cublas64_11.dll',
'cudnn.dll': 'cudnn64_8.dll',
#'cudnn.dll': 'cudnn64_8.dll',
'cusparse.dll': 'cusparse64_11.dll',
'nvrtc.dll': 'nvrtc64_112_0.dll',
}