Files
OpenCL-CTS/test_conformance/SVM/CMakeLists.txt
Ben Ashbaugh 9123b05c1f add a unified SVM consistency check test (#2174)
Adds a unified SVM consistency check test, as per the description in
#2150.

Note that the target branch for this PR is the cl_khr_unified_svm
branch, not the main branch.
2025-02-11 10:40:19 -08:00

25 lines
735 B
CMake

set(MODULE_NAME SVM)
set(${MODULE_NAME}_SOURCES
main.cpp
test_allocate_shared_buffer.cpp
test_allocate_shared_buffer_negative.cpp
test_byte_granularity.cpp
test_cross_buffer_pointers.cpp
test_enqueue_api.cpp
test_fine_grain_memory_consistency.cpp
test_fine_grain_sync_buffers.cpp
test_pointer_passing.cpp
test_set_kernel_exec_info_svm_ptrs.cpp
test_shared_address_space_coarse_grain.cpp
test_shared_address_space_fine_grain.cpp
test_shared_address_space_fine_grain_buffers.cpp
test_shared_sub_buffers.cpp
test_migrate.cpp
test_unified_svm_consistency.cpp
)
set_gnulike_module_compile_flags("-Wno-sometimes-uninitialized -Wno-sign-compare")
include(../CMakeCommon.txt)