From 27923994dd419da4cf5f5b69640b579388995983 Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Tue, 4 Nov 2025 16:13:07 +0900 Subject: [PATCH 1/2] Add HIP 7.1 --- contrib/hipew/src/hipew.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/hipew/src/hipew.cpp b/contrib/hipew/src/hipew.cpp index 0b58d49..926de59 100644 --- a/contrib/hipew/src/hipew.cpp +++ b/contrib/hipew/src/hipew.cpp @@ -625,6 +625,7 @@ void hipewInit( int* resultDriver, int* resultRtc, uint32_t flags, const char** "amdhip64.dll", // <- hip '5.x' DLL. NULL }; const char* hiprtc_paths[] = { + "hiprtc0701.dll", "hiprtc0700.dll", "hiprtc0605.dll", "hiprtc0604.dll", From ed9633d90d5ecdea766c9fd90ba8ff330debe2f7 Mon Sep 17 00:00:00 2001 From: Richard Geslot Date: Tue, 4 Nov 2025 12:33:45 +0100 Subject: [PATCH 2/2] add future 7.x versions --- contrib/hipew/src/hipew.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/hipew/src/hipew.cpp b/contrib/hipew/src/hipew.cpp index 926de59..c02ee72 100644 --- a/contrib/hipew/src/hipew.cpp +++ b/contrib/hipew/src/hipew.cpp @@ -625,6 +625,12 @@ void hipewInit( int* resultDriver, int* resultRtc, uint32_t flags, const char** "amdhip64.dll", // <- hip '5.x' DLL. NULL }; const char* hiprtc_paths[] = { + "hiprtc0707.dll", + "hiprtc0706.dll", + "hiprtc0705.dll", + "hiprtc0704.dll", + "hiprtc0703.dll", + "hiprtc0702.dll", "hiprtc0701.dll", "hiprtc0700.dll", "hiprtc0605.dll",