Skip to content

Commit 9d147b9

Browse files
committed
[RPR-0] Add hip7 pathes for Windows.
1 parent 09ff500 commit 9d147b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/hipew/src/hipew.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,12 @@ void hipewInit( int* resultDriver, int* resultRtc, uint32_t flags, const char**
620620
#ifdef _WIN32
621621
// Expected in C:/Windows/System32 or similar, no path needed.
622622
const char* hip_paths[] = {
623+
"amdhip64_7.dll",
623624
"amdhip64_6.dll",
624625
"amdhip64.dll", // <- hip '5.x' DLL.
625626
NULL };
626627
const char* hiprtc_paths[] = {
628+
"hiprtc0700.dll",
627629
"hiprtc0605.dll",
628630
"hiprtc0604.dll",
629631
"hiprtc0603.dll",

0 commit comments

Comments
 (0)