mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-21 05:19:20 +00:00
6 lines
233 B
CMake
6 lines
233 B
CMake
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
add_example_executable(example_pool2d_fwd_fp16 pool2d_fwd_fp16.cpp)
|
|
add_example_executable(example_pool2d_fwd_fp32 pool2d_fwd_fp32.cpp)
|