Skip to content

Commit

Permalink
Merge pull request #322 from JoMee/fft-cuda-compilation
Browse files Browse the repository at this point in the history
fixed bug for cuda builds
  • Loading branch information
aaadelmann authored Oct 24, 2024
2 parents 0352282 + 92790b7 commit f6efe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FFT/FFT.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace ippl {
};
#endif

#if !defined(KOKKOS_ENABLE_CUDA) && !defined(Heffte_ENABLE_MKL) && !defined(Heffte_ENABLE_FFTW)
#if !defined(Heffte_ENABLE_MKL) && !defined(Heffte_ENABLE_FFTW)
/**
* Use heFFTe's inbuilt 1D fft computation on CPUs if no
* vendor specific or optimized backend is found
Expand Down

0 comments on commit f6efe10

Please sign in to comment.