Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
AD2605 committed May 15, 2024
1 parent 6ea9c67 commit 7afff5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/onemkl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ ExternalProject_Add(
add_library(oneMKL SHARED IMPORTED)
include_directories(${ONEMKL_INSTALL_DIR}/include)

endif()
endif()
4 changes: 2 additions & 2 deletions examples/14_ampere_tf32_tensorop_gemm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


if (${CUTLASS_ENABLE_SYCL})
if (${SYCL_NVIDIA_TARGET})
if (CUTLASS_ENABLE_SYCL)
if (SYCL_NVIDIA_TARGET)
cutlass_example_add_executable(
14_ampere_tf32_tensorop_gemm_cute
ampere_tf32_tensorop_gemm_cute.cpp
Expand Down

0 comments on commit 7afff5d

Please sign in to comment.