Skip to content

Commit 434309d

Browse files
Update gpu_detection.jl
1 parent 28c602d commit 434309d

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
@@ -105,7 +105,7 @@ function get_system_info()
105105
info["has_cuda"] = is_cuda_available()
106106
info["has_metal"] = is_metal_available()
107107

108-
if LinearSolve.usemkl
108+
if MKL_jll.is_available()
109109
info["mkl_available"] = true
110110
else
111111
info["mkl_available"] = false

0 commit comments

Comments
 (0)