Skip to content

Commit

Permalink
Update DLAF_WITH_MKL option description
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed May 29, 2024
1 parent fb0d487 commit 460d24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ try_compile(
)
# TODO: Maybe don't need to print this? Though maybe it's nice to have...
message(WARNING "DLAF_WITH_MKL_TRY_COMPILE=${DLAF_WITH_MKL_TRY_COMPILE}")
option(DLAF_WITH_MKL "Enable oneMKL as provider for BLAS and LAPACK" "${DLAF_WITH_MKL_TRY_COMPILE}")
option(DLAF_WITH_MKL "Enable MKL as provider for BLAS and LAPACK" "${DLAF_WITH_MKL_TRY_COMPILE}")

if(DLAF_WITH_MKL)
# When using MKL there is no need to set the number of threads with
Expand Down

0 comments on commit 460d24f

Please sign in to comment.