Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan for OpenBLAS threads on CI #239

Open
DilumAluthge opened this issue Nov 7, 2022 · 2 comments
Open

Plan for OpenBLAS threads on CI #239

DilumAluthge opened this issue Nov 7, 2022 · 2 comments

Comments

@DilumAluthge
Copy link
Member

  1. In the test_julia.sh script, set OPENBLAS_NUM_THREADS=1 before we start the Julia test suite.
  2. 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.
  3. In the testdefs.jl code in JuliaLang/julia, after running each test set, call LinearAlgebra.BLAS.set_num_threads(1).
@gbaraldi
Copy link
Member

Do we want to make this a windows only thing? I'm not sure it's worth losing the coverage of the other OSs and they don't seem to have any issue

@DilumAluthge
Copy link
Member Author

Do we want to make this a windows only thing?

Sounds good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants