Skip to content

Commit

Permalink
Make QUDA use new ROCm header locations
Browse files Browse the repository at this point in the history
These header files are going to move in a future ROCm release, so we're
just preparing for that change here.  These new locations have been
available for several ROCm releases already, so this shouldn't be a
disruptive change.
  • Loading branch information
dmcdougall committed Nov 9, 2023
1 parent 01e419a commit 48d48b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/targets/hip/FFT_Plans.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <quda_hip_api.h>
#include <quda_internal.h>
#include <hipfft.h>
#include <hipfft/hipfft.h>

#define FFT_FORWARD HIPFFT_FORWARD
#define FFT_INVERSE HIPFFT_BACKWARD
Expand Down
2 changes: 1 addition & 1 deletion lib/targets/hip/blas_lapack_hipblas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <blas_lapack.h>
#include <timer.h>
#ifdef NATIVE_LAPACK_LIB
#include <hipblas.h>
#include <hipblas/hipblas.h>
#include <malloc_quda.h>
#endif

Expand Down

0 comments on commit 48d48b7

Please sign in to comment.