From 811c8bf7ec02930681ac449359afec4d11b14623 Mon Sep 17 00:00:00 2001 From: Chih-Chen Kao Date: Fri, 27 Jun 2025 17:57:04 +0200 Subject: [PATCH] add the missing DLLS for HIP 7 Signed-off-by: Chih-Chen Kao --- contrib/hipew/src/hipew.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/hipew/src/hipew.cpp b/contrib/hipew/src/hipew.cpp index aea4683..bfcaffa 100644 --- a/contrib/hipew/src/hipew.cpp +++ b/contrib/hipew/src/hipew.cpp @@ -620,10 +620,12 @@ void hipewInit( int* resultDriver, int* resultRtc, uint32_t flags, const char** #ifdef _WIN32 // Expected in C:/Windows/System32 or similar, no path needed. const char* hip_paths[] = { + "amdhip64_7.dll", "amdhip64_6.dll", "amdhip64.dll", // <- hip '5.x' DLL. NULL }; const char* hiprtc_paths[] = { + "hiprtc0700.dll", "hiprtc0605.dll", "hiprtc0604.dll", "hiprtc0603.dll",