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 20b0c49 commit 237d051Copy full SHA for 237d051
src/MKL.jl
@@ -40,9 +40,6 @@ function __init__()
40
if MKL_jll.is_available()
41
if Sys.isapple()
42
set_threading_layer(THREADING_SEQUENTIAL)
43
- else
44
- # Temporarily make everything sequential to see if tests pass
45
- set_threading_layer(THREADING_SEQUENTIAL)
46
end
47
# MKL 2022 and onwards have 64_ for ILP64 suffixes. The LP64 interface
48
# includes LP64 APIs for the non-suffixed symbols and ILP64 API for the
0 commit comments