Skip to content

Commit

Permalink
more debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Nov 12, 2024
1 parent d379428 commit 57ec34d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/templates/oneDALConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ if(MKL_DEPENDENCY STREQUAL "yes")
set(MKL_SYCL_LINK "static" CACHE STRING "SYCL Link type for MKL" FORCE)
set(MKL_LINK "static" CACHE STRING "Link type for MKL" FORCE)
find_package(MKL REQUIRED MKL::MKL_SYCL)
message(STATUS "MKL dependencies are enabled")
message(STATUS "MKL_THREADING: ${MKL_THREADING}")
message(STATUS "MKL_SYCL_LINK: ${MKL_SYCL_LINK}")
message(STATUS "MKL_LINK: ${MKL_LINK}")
endif()

if (ONEDAL_USE_DPCPP STREQUAL "yes" AND ONEDAL_INTERFACE STREQUAL "no")
Expand Down

0 comments on commit 57ec34d

Please sign in to comment.