add tests for clGetSVMPointerInfoKHR with a non-USVM pointer (#2280)

Note, this PR is setup to merge to the `cl_khr_unified_svm` branch.

Querying a non-USVM pointer should return default values and should not
return an error. This is the next item on the `cl_khr_unified_svm` test
plan.
This commit is contained in:
Ben Ashbaugh
2025-03-18 10:51:39 -07:00
committed by GitHub
parent debc466d40
commit 3f15fcab9e
2 changed files with 148 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ set(${MODULE_NAME}_SOURCES
test_unified_svm_consistency.cpp
test_unified_svm_capabilities.cpp
test_unified_svm_apis.cpp
test_unified_svm_api_query_defaults.cpp
)
set_gnulike_module_compile_flags("-Wno-sometimes-uninitialized -Wno-sign-compare")