Skip to content

Commit

Permalink
removed repeated check from onemkl.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
AD2605 committed May 16, 2024
1 parent 2713e7b commit 2341884
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/onemkl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

include_guard()

if(CUTLASS_ENABLE_SYCL AND CUTLASS_ENABLE_MKL)

include(ExternalProject)

set(ONEMKL_INSTALL_DIR ${CMAKE_BINARY_DIR}/deps/oneMKL)
Expand Down Expand Up @@ -78,5 +76,3 @@ ExternalProject_Add(

add_library(oneMKL SHARED IMPORTED)
include_directories(${ONEMKL_INSTALL_DIR}/include)

endif()

0 comments on commit 2341884

Please sign in to comment.