mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 00:09:02 +00:00
Test against clCreateBufferWithProperties and clCreateImageWithProperties OpenCL 3.0 API (#857)
* Test against clCreateBufferWithProperties and clCreateImageWithProperties OpenCL 3.0 API * Test against clCreateBufferWithProperties and clCreateImageWithProperties - review fixes * Do not use enum query_type * Fix test success/failure conditions * Fix test_mem_object_properties_queries.cpp build error. * Review Fix test_mem_object_properties_queries.cpp
This commit is contained in:
committed by
GitHub
parent
5bb4d089dd
commit
185c02a700
@@ -28,6 +28,7 @@ set(${MODULE_NAME}_SOURCES
|
||||
test_clone_kernel.cpp
|
||||
test_zero_sized_enqueue.cpp
|
||||
test_context_destructor_callback.cpp
|
||||
test_mem_object_properties_queries.cpp
|
||||
)
|
||||
|
||||
include(../CMakeCommon.txt)
|
||||
|
||||
Reference in New Issue
Block a user