mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Add tests to proposed new builtin async_copy functions with a bug fix. (#725)
* Add tests to proposed new builtin async_copy functions with a bug fix.
* Revert "Add tests to proposed new builtin async_copy functions with a bug fix."
This reverts commit 7d0f16d014.
* Add tests to proposed new builtin async_copy functions.
* Added is_extension_available to check if an extension is available.
* Added is extension available for test_async_copy_fence.
* fix build issues on windows.
* include algorithms.h for async copy 2D/3D.
* adding algorithms header.
* Fix numLines - 1 in maxTotalPlanesIn/Out.
* fix formatting violations.
* fixed formatting issue.
This commit is contained in:
@@ -113,14 +113,24 @@ test_definition test_list[] = {
|
||||
ADD_TEST(async_copy_local_to_global),
|
||||
ADD_TEST(async_strided_copy_global_to_local),
|
||||
ADD_TEST(async_strided_copy_local_to_global),
|
||||
ADD_TEST(async_copy_global_to_local2D),
|
||||
ADD_TEST(async_copy_local_to_global2D),
|
||||
ADD_TEST(async_copy_global_to_local3D),
|
||||
ADD_TEST(async_copy_local_to_global3D),
|
||||
ADD_TEST(async_work_group_copy_fence_import_after_export_aliased_local),
|
||||
ADD_TEST(async_work_group_copy_fence_import_after_export_aliased_global),
|
||||
ADD_TEST(
|
||||
async_work_group_copy_fence_import_after_export_aliased_global_and_local),
|
||||
ADD_TEST(async_work_group_copy_fence_export_after_import_aliased_local),
|
||||
ADD_TEST(async_work_group_copy_fence_export_after_import_aliased_global),
|
||||
ADD_TEST(
|
||||
async_work_group_copy_fence_export_after_import_aliased_global_and_local),
|
||||
ADD_TEST(prefetch),
|
||||
|
||||
ADD_TEST(kernel_call_kernel_function),
|
||||
ADD_TEST(host_numeric_constants),
|
||||
ADD_TEST(kernel_numeric_constants),
|
||||
ADD_TEST(kernel_limit_constants),
|
||||
ADD_TEST(kernel_preprocessor_macros),
|
||||
|
||||
ADD_TEST(parameter_types),
|
||||
ADD_TEST(vector_creation),
|
||||
ADD_TEST(vector_swizzle),
|
||||
|
||||
Reference in New Issue
Block a user