Skip to content

Commit

Permalink
Merge pull request #54 from amdadvtech/feature/ORO-0-hipsdk2310_9
Browse files Browse the repository at this point in the history
[ORO-0] compute-23.10-osdb/9/
  • Loading branch information
takahiroharada authored Apr 5, 2023
2 parents b5621f7 + 29d503c commit 3c3ff35
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
3 changes: 0 additions & 3 deletions contrib/bin/win64/amd_comgr0504.dll

This file was deleted.

3 changes: 3 additions & 0 deletions contrib/bin/win64/amd_comgr0505.dll
Git LFS file not shown
3 changes: 0 additions & 3 deletions contrib/bin/win64/hiprtc-builtins0504.dll

This file was deleted.

3 changes: 3 additions & 0 deletions contrib/bin/win64/hiprtc-builtins0505.dll
Git LFS file not shown
3 changes: 0 additions & 3 deletions contrib/bin/win64/hiprtc0504.dll

This file was deleted.

3 changes: 3 additions & 0 deletions contrib/bin/win64/hiprtc0505.dll
Git LFS file not shown
3 changes: 2 additions & 1 deletion contrib/hipew/src/hipew.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ void hipewInit( int* resultDriver, int* resultRtc, hipuint32_t flags )
#ifdef _WIN32
/* Expected in C:/Windows/System32 or similar, no path needed. */
const char* hip_paths[] = {"amdhip64.dll", NULL};
const char *hiprtc_paths[] = {"hiprtc0504.dll",
const char *hiprtc_paths[] = { "hiprtc0505.dll",
"hiprtc0504.dll",
"hiprtc0503.dll",
NULL};
#elif defined(__APPLE__)
Expand Down

0 comments on commit 3c3ff35

Please sign in to comment.