From 83be0d77d7db5979ad1bb14d22950b5d92088edd Mon Sep 17 00:00:00 2001 From: Seunghoon Lee Date: Fri, 15 Aug 2025 20:24:50 +0900 Subject: [PATCH] zluda hip sdk 6.4 --- modules/zluda_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/zluda_installer.py b/modules/zluda_installer.py index 3afeb4680..da0ee290f 100644 --- a/modules/zluda_installer.py +++ b/modules/zluda_installer.py @@ -17,7 +17,7 @@ DLL_MAPPING = { 'cufftw.dll': 'cufftw64_10.dll', 'nvrtc.dll': 'nvrtc64_112_0.dll', } -HIPSDK_TARGETS = ['rocblas.dll', 'rocsolver.dll', 'hipfft.dll',] +HIPSDK_TARGETS = ['rocblas.dll', 'rocsolver.dll', 'rocsparse.dll', 'hipfft.dll',] MIOpen_enabled = False