Skip to content

Commit a6eb613

Browse files
authored
Merge pull request #132 from GPUOpen-LibrariesAndSDKs/feature/ORO-0-hip7_x
Feature/oro 0 hip7 x
2 parents d39c877 + ed9633d commit a6eb613

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

contrib/hipew/src/hipew.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,13 @@ 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",
634+
"hiprtc0701.dll",
628635
"hiprtc0700.dll",
629636
"hiprtc0605.dll",
630637
"hiprtc0604.dll",

0 commit comments

Comments
 (0)