Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
AD2605 committed May 6, 2024
1 parent 2225c28 commit 4ce59a7
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ foreach(SUBDIR ${SUBDIRS})
add_dependencies(cutlass_test_unit cutlass_test_unit_${SUBDIR})
add_dependencies(test_unit test_unit_${SUBDIR})

endforeach()
endforeach()
2 changes: 1 addition & 1 deletion test/unit/conv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ endforeach()

add_subdirectory(device_3x)

endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/cute/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ add_custom_target(
test_unit_cute_core
)

endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/cute/ampere/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ if (NOT ${CUTLASS_ENABLE_SYCL})
cutlass_test_unit_cute_ampere_tiled_cp_async
tiled_cp_async.cu
)
endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/cute/hopper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ cutlass_test_unit_add_executable(
bulk_store.cu
)

endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/cute/volta/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ cutlass_test_unit_add_executable(
vectorization_auto.cu
cooperative_copy.cu
)
endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/epilogue/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ add_custom_target(
test_unit_epilogue_warp
test_unit_epilogue_threadblock
)
endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/gemm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ add_custom_target(
test_unit_gemm_device
)

endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/layout/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ cutlass_test_unit_add_executable(
tensor_nhwc.cu
)

endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/nvrtc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ add_subdirectory(thread)
add_custom_target(cutlass_test_unit_nvrtc DEPENDS cutlass_test_unit_nvrtc_thread)
add_custom_target(test_unit_nvrtc DEPENDS test_unit_nvrtc_thread)

endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/pipeline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ cutlass_test_unit_add_executable(
sequence_barrier.cu
)

endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/reduction/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ add_custom_target(
test_unit_reduction_device
)

endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/transform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ add_custom_target(
test_unit_transform_threadblock
)

endif()
endif()
2 changes: 1 addition & 1 deletion test/unit/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ cutlass_test_unit_add_executable(
rms_norm.cu
)

endif()
endif()

0 comments on commit 4ce59a7

Please sign in to comment.