mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 05:01:25 +00:00
* chore(copyright) update library wide CMakeLists.txt files copyright header template * Fix build --------- Co-authored-by: Sami Remes <samremes@amd.com>
8 lines
437 B
CMake
8 lines
437 B
CMake
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
add_example_executable(example_reduce_blockwise reduce_blockwise.cpp)
|
|
add_example_executable(example_reduce_threadwise_multi_d reduce_threadwise_multi_d.cpp)
|
|
add_example_executable(example_reduce_multiblock_atomic_add reduce_multiblock_atomic_add.cpp)
|
|
add_example_executable(example_reduce_blockwise_two_call reduce_blockwise_two_call.cpp)
|