Skip to content

Commit

Permalink
remove hip6 DLLs in the paths
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardGe committed Apr 13, 2024
1 parent 659e192 commit ec785b4
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 ec785b4

Please sign in to comment.