Files
OpenCL-CTS/test_conformance/integer_ops/CMakeLists.txt
Ben Ashbaugh 070f8c0c0e 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
2021-08-25 10:14:58 +01:00

19 lines
409 B
CMake

set(MODULE_NAME INTEGER_OPS)
set(${MODULE_NAME}_SOURCES
main.cpp
test_int_basic_ops.cpp
test_integers.cpp
test_upsample.cpp
test_intmul24.cpp test_intmad24.cpp
test_sub_sat.cpp test_add_sat.cpp
test_abs.cpp test_absdiff.cpp
test_unary_ops.cpp
verification_and_generation_functions.cpp
test_popcount.cpp
test_integer_dot_product.cpp
)
include(../CMakeCommon.txt)