We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d85a7d commit 9bbf28eCopy full SHA for 9bbf28e
modules/zluda_installer.py
@@ -17,7 +17,7 @@
17
'cufftw.dll': 'cufftw64_10.dll',
18
'nvrtc.dll': 'nvrtc64_112_0.dll',
19
}
20
-HIPSDK_TARGETS = ['rocblas.dll', 'rocsolver.dll', 'hipfft.dll',]
+HIPSDK_TARGETS = ['rocblas.dll', 'rocsolver.dll', 'rocsparse.dll', 'hipfft.dll',]
21
22
MIOpen_enabled = False
23
0 commit comments