add tests for cl_khr_integer_dot_product (#1276)

* cl_khr_integer_dot_product_tests

* remove emulated codepaths

* fix formatting

* address code review comments

* remove emulated codepaths again

* address one more review comment
This commit is contained in:
Ben Ashbaugh
2021-08-25 02:14:58 -07:00
committed by GitHub
parent 6c3c7e5266
commit 070f8c0c0e
5 changed files with 572 additions and 96 deletions

View File

@@ -11,6 +11,7 @@ set(${MODULE_NAME}_SOURCES
test_unary_ops.cpp
verification_and_generation_functions.cpp
test_popcount.cpp
test_integer_dot_product.cpp
)
include(../CMakeCommon.txt)