Skip to content

Commit

Permalink
Merge branch 'develop' into feature/staggered_correlators
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstrel committed Nov 10, 2023
2 parents f06e88d + c3781bc commit 34bef76
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 34bef76

Please sign in to comment.