remove amdhip64.dll from hip targets

This commit is contained in:
Seunghoon Lee
2024-05-17 18:53:58 +09:00
parent ae549430b8
commit 53d83468b6
+1 -1
View File
@@ -14,7 +14,7 @@ DLL_MAPPING = {
'cudart.dll': 'cudart64_110.dll',
'nvrtc.dll': 'nvrtc64_112_0.dll',
}
HIP_TARGETS = ['amdhip64.dll', 'rocblas.dll', 'rocsolver.dll', 'hiprtc0507.dll',]
HIP_TARGETS = ['rocblas.dll', 'rocsolver.dll', 'hiprtc0507.dll',]
ZLUDA_TARGETS = ('nvcuda.dll', 'nvml.dll',)