mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
* Simple verification kernel for ckProfiler * Verification kernel unit tests * Explicit synchronization * Address review comments
12 lines
296 B
CMake
12 lines
296 B
CMake
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# GPU verification unit tests
|
|
add_gtest_executable(test_gpu_verification test_gpu_verification.cpp)
|
|
|
|
target_link_libraries(test_gpu_verification
|
|
PRIVATE
|
|
utility
|
|
device_other_operations
|
|
)
|