We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c82665 commit 63d74c1Copy full SHA for 63d74c1
test/libfasttransformstests.jl
@@ -1,6 +1,6 @@
1
using FastTransforms, Test
2
3
-FastTransforms.set_num_threads(ceil(Int, Base.Sys.CPU_THREADS/2))
+FastTransforms.ft_set_num_threads(ceil(Int, Base.Sys.CPU_THREADS/2))
4
5
@testset "libfasttransforms" begin
6
n = 64
0 commit comments