Skip to content

Commit ed9633d

Browse files
committed
add future 7.x versions
1 parent 2792399 commit ed9633d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contrib/hipew/src/hipew.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,12 @@ void hipewInit( int* resultDriver, int* resultRtc, uint32_t flags, const char**
625625
"amdhip64.dll", // <- hip '5.x' DLL.
626626
NULL };
627627
const char* hiprtc_paths[] = {
628+
"hiprtc0707.dll",
629+
"hiprtc0706.dll",
630+
"hiprtc0705.dll",
631+
"hiprtc0704.dll",
632+
"hiprtc0703.dll",
633+
"hiprtc0702.dll",
628634
"hiprtc0701.dll",
629635
"hiprtc0700.dll",
630636
"hiprtc0605.dll",

0 commit comments

Comments
 (0)