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:
Grzegorz Wawiorko
2020-08-18 18:06:09 +02:00
committed by GitHub
parent 5bb4d089dd
commit 185c02a700
4 changed files with 320 additions and 0 deletions

View File

@@ -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)