From 92790b7533f3a1edb8630d8123a747e0edbeaac7 Mon Sep 17 00:00:00 2001 From: Jonas Meier Date: Thu, 24 Oct 2024 15:07:43 +0200 Subject: [PATCH] fixed bug for cuda builds --- src/FFT/FFT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FFT/FFT.h b/src/FFT/FFT.h index 7b75fca6c..711bafa40 100644 --- a/src/FFT/FFT.h +++ b/src/FFT/FFT.h @@ -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