We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39c877 commit 2792399Copy full SHA for 2792399
1 file changed
contrib/hipew/src/hipew.cpp
@@ -625,6 +625,7 @@ void hipewInit( int* resultDriver, int* resultRtc, uint32_t flags, const char**
625
"amdhip64.dll", // <- hip '5.x' DLL.
626
NULL };
627
const char* hiprtc_paths[] = {
628
+ "hiprtc0701.dll",
629
"hiprtc0700.dll",
630
"hiprtc0605.dll",
631
"hiprtc0604.dll",
0 commit comments