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

@@ -122,6 +122,8 @@ test_definition test_list[] = {
ADD_TEST_VERSION(sub_group_dispatch, Version(2, 1)),
ADD_TEST_VERSION(clone_kernel, Version(2, 1)),
ADD_TEST_VERSION(zero_sized_enqueue, Version(2, 1)),
ADD_TEST_VERSION(buffer_properties_queries, Version(3, 0)),
ADD_TEST_VERSION(image_properties_queries, Version(3, 0))
};
const int test_num = ARRAY_SIZE(test_list);