Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
aacostadiaz committed Dec 10, 2024
1 parent a47e6de commit 46b102a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/sycl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ endif()

if (CUTLASS_ENABLE_SYCL)
add_subdirectory(device_agnostic)
endif()
endif()
16 changes: 1 addition & 15 deletions test/unit/cute/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ else()
#test_unit_cute_hopper
test_unit_cute_msvc_compilation
)
elseif(SYCL_NVIDIA_TARGET)
else()
add_custom_target(
cutlass_test_unit_cute
DEPENDS
Expand All @@ -122,19 +122,5 @@ else()
test_unit_cute_intel_xe
)

else()
add_custom_target(
cutlass_test_unit_cute
DEPENDS
cutlass_test_unit_cute_layout
cutlass_test_unit_cute_core
)

add_custom_target(
test_unit_cute
DEPENDS
test_unit_cute_layout
test_unit_cute_core
)
endif()
endif()

0 comments on commit 46b102a

Please sign in to comment.