Skip to content

Commit

Permalink
Update paths to HIP includes to support ROCm > 6
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Mullowney <[email protected]>
  • Loading branch information
samhatfield and PaulMullowney committed Sep 16, 2024
1 parent ab0edc2 commit 587c535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/trans/gpu/algor/hicblas_hip.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-W#pragma-messages"
#endif
#include "hipblas.h"
#include "hipblas/hipblas.h"
#ifdef __clang__
#pragma clang diagnostic pop
#endif
Expand Down
2 changes: 1 addition & 1 deletion src/trans/gpu/algor/hicfft_hip.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#pragma clang diagnostic ignored "-W#pragma-messages"
#endif
#include <hip/hip_runtime.h>
#include "hipfft.h"
#include "hipfft/hipfft.h"
#ifdef __clang__
#pragma clang diagnostic pop
#endif
Expand Down

0 comments on commit 587c535

Please sign in to comment.