You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the test_julia.sh script, set OPENBLAS_NUM_THREADS=1 before we start the Julia test suite.
At the beginning of the desired LinearAlgebra test sets, call LinearAlgebra.BLAS.set_num_threads(4) to make sure that we test the multithreading code paths.
In the testdefs.jl code in JuliaLang/julia, after running each test set, call LinearAlgebra.BLAS.set_num_threads(1).
The text was updated successfully, but these errors were encountered:
test_julia.sh
script, setOPENBLAS_NUM_THREADS=1
before we start the Julia test suite.LinearAlgebra.BLAS.set_num_threads(4)
to make sure that we test the multithreading code paths.testdefs.jl
code in JuliaLang/julia, after running each test set, callLinearAlgebra.BLAS.set_num_threads(1)
.The text was updated successfully, but these errors were encountered: