We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe15ff commit b1444c4Copy full SHA for b1444c4
test/runtests.jl
@@ -39,7 +39,7 @@ Nsides_big = [(128,128), (64,128), (128,64)]
39
40
Random.seed!(1)
41
42
-has_batched_fft = (FFTW.fftw_vendor != :mkl) || (storage != Array)
+has_batched_fft = (FFTW.fftw_provider != :mkl) || (storage != Array)
43
44
##
45
0 commit comments