Skip to content

Commit ca885f0

Browse files
KaoCCshoikeda
authored andcommitted
add the missing DLLS for HIP 7
Signed-off-by: Chih-Chen Kao <chihchen.kao@amd.com>
1 parent 5ba0740 commit ca885f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)