Skip to content

Commit

Permalink
Merge pull request #152 from ecmwf-ifs/update_hip_includes
Browse files Browse the repository at this point in the history
Update paths to HIP includes to support ROCm >= 6
  • Loading branch information
marsdeno authored Oct 1, 2024
2 parents 4923a37 + 587c535 commit 9198e86
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 9198e86

Please sign in to comment.