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.
This commit is contained in:
Ben Ashbaugh
2025-02-11 10:40:19 -08:00
committed by GitHub
parent ced5412fa3
commit 9123b05c1f
2 changed files with 160 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ set(${MODULE_NAME}_SOURCES
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")