mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 00:09:02 +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:
@@ -37,6 +37,9 @@ set(${MODULE_NAME}_SOURCES
|
||||
test_work_item_functions.cpp
|
||||
test_astype.cpp
|
||||
test_async_copy.cpp
|
||||
test_async_copy2D.cpp
|
||||
test_async_copy3D.cpp
|
||||
test_async_copy_fence.cpp
|
||||
test_sizeof.cpp
|
||||
test_vector_creation.cpp
|
||||
test_vector_swizzle.cpp
|
||||
|
||||
Reference in New Issue
Block a user