Skip to content

Commit

Permalink
Merge pull request #85 from GPUOpen-LibrariesAndSDKs/release/hip5.7_c…
Browse files Browse the repository at this point in the history
…uda12.2

Release/hip5.7 cuda12.2
  • Loading branch information
RichardGe authored Apr 15, 2024
2 parents 659e192 + 13098f9 commit 77c9771
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions contrib/hipew/src/hipew.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -614,14 +614,8 @@ void hipewInit( int* resultDriver, int* resultRtc, uint32_t flags )
/* Library paths. */
#ifdef _WIN32
/* Expected in C:/Windows/System32 or similar, no path needed. */
const char* hip_paths[] = {"amdhip64_6.dll", "amdhip64.dll", NULL};
const char* hip_paths[] = {"amdhip64.dll", NULL};
const char* hiprtc_paths[] = {
"hiprtc0605.dll",
"hiprtc0604.dll",
"hiprtc0603.dll",
"hiprtc0602.dll",
"hiprtc0601.dll",
"hiprtc0600.dll",
"hiprtc0507.dll",
"hiprtc0506.dll",
"hiprtc0505.dll",
Expand Down

0 comments on commit 77c9771

Please sign in to comment.