Skip to content

Commit

Permalink
Update MKL.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Aug 24, 2022
1 parent 20b0c49 commit 237d051
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/MKL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ function __init__()
if MKL_jll.is_available()
if Sys.isapple()
set_threading_layer(THREADING_SEQUENTIAL)
else
# Temporarily make everything sequential to see if tests pass
set_threading_layer(THREADING_SEQUENTIAL)
end
# MKL 2022 and onwards have 64_ for ILP64 suffixes. The LP64 interface
# includes LP64 APIs for the non-suffixed symbols and ILP64 API for the
Expand Down

0 comments on commit 237d051

Please sign in to comment.