Skip to content

Commit 237d051

Browse files
authored
Update MKL.jl
1 parent 20b0c49 commit 237d051

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/MKL.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ function __init__()
4040
if MKL_jll.is_available()
4141
if Sys.isapple()
4242
set_threading_layer(THREADING_SEQUENTIAL)
43-
else
44-
# Temporarily make everything sequential to see if tests pass
45-
set_threading_layer(THREADING_SEQUENTIAL)
4643
end
4744
# MKL 2022 and onwards have 64_ for ILP64 suffixes. The LP64 interface
4845
# includes LP64 APIs for the non-suffixed symbols and ILP64 API for the

0 commit comments

Comments
 (0)