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:
Zakaria Taha
2021-03-18 16:27:59 +02:00
committed by GitHub
parent 111bb2b185
commit 6b36f645b8
6 changed files with 1858 additions and 2 deletions

View File

@@ -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