X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=blobdiff_plain;f=src%2Fgromacs%2Ffft%2Ftests%2Ffft.cpp;fp=src%2Fgromacs%2Ffft%2Ftests%2Ffft.cpp;h=f89d1747c2305497547433d93e0d99b9631ac2af;hp=b2dc98e4b5aece3dd7314e4e5f3ac7327e0a92b7;hb=7491864bce8155940926dc199388a51ec87c4dd3;hpb=fc28b17d5c008ff0b49f2b1e9a3a2f835fe2a166 diff --git a/src/gromacs/fft/tests/fft.cpp b/src/gromacs/fft/tests/fft.cpp index b2dc98e4b5..f89d1747c2 100644 --- a/src/gromacs/fft/tests/fft.cpp +++ b/src/gromacs/fft/tests/fft.cpp @@ -372,7 +372,7 @@ TEST_F(FFTTest3D, Real5_6_9) * * DPCPP uses oneMKL, which seems to have troubles with out-of-place * transforms. */ -static constexpr bool sc_performOutOfPlaceFFT = !(GMX_SYCL_DPCPP && GMX_FFT_MKL); +constexpr bool sc_performOutOfPlaceFFT = !((GMX_SYCL_DPCPP == 1) && (GMX_FFT_MKL == 1)); /*! \brief Return the output grid depending on whether in- or out-of * place FFT is used