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 eb4cfb4 commit a8ef3d1Copy full SHA for a8ef3d1
test/threading/test_threading.jl
@@ -1,4 +1,3 @@
1
-using Compat
2
using ITensors
3
using Test
4
using LinearAlgebra
@@ -8,7 +7,7 @@ if isone(Threads.nthreads())
8
7
end
9
10
@testset "Threading" begin
11
- blas_num_threads = Compat.get_num_threads()
+ blas_num_threads = BLAS.get_num_threads()
12
strided_num_threads = ITensors.NDTensors.Strided.get_num_threads()
13
14
BLAS.set_num_threads(1)
0 commit comments