Add testing for CL_KERNEL_LOCAL_MEM_SIZE #1235 (#2089)

#1235
This commit is contained in:
Kamil-Goras-Mobica
2024-10-29 16:55:46 +01:00
committed by GitHub
parent 6337d9be46
commit b1dfe8a640
4 changed files with 318 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ test_definition test_list[] = {
ADD_TEST_VERSION(negative_create_command_queue_with_properties,
Version(2, 0)),
ADD_TEST(negative_create_command_queue_with_properties_khr),
ADD_TEST(kernel_local_memory_size),
};
const int test_num = ARRAY_SIZE(test_list);