mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user