Skip to content

Commit 2ec08b4

Browse files
Update gpu_detection.jl
1 parent 434309d commit 2ec08b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolveAutotune/src/gpu_detection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ function get_detailed_system_info()
348348

349349
# LinearSolve-specific package availability
350350
try
351-
system_data["mkl_available"] = LinearSolve.usemkl
351+
system_data["mkl_available"] = MKL_jll.is_available()
352352
catch
353353
system_data["mkl_available"] = false
354354
end

0 commit comments

Comments
 (0)