mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 11:30:02 +00:00
* Simple verification kernel for ckProfiler
* Verification kernel unit tests
* Explicit synchronization
* Address review comments
[ROCm/composable_kernel commit: 18c2ff6019]
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
|
|
)
|