Files
OpenCL-CTS/test_conformance/subgroups/CMakeLists.txt
Stuart Brady 1c19a4cbdb Add tests for cl_khr_subgroup_rotate (#1439)
Signed-off-by: Stuart Brady <stuart.brady@arm.com>
2022-06-28 17:05:11 +01:00

22 lines
521 B
CMake

set(MODULE_NAME SUBGROUPS)
set(${MODULE_NAME}_SOURCES
main.cpp
test_barrier.cpp
test_queries.cpp
test_workitem.cpp
test_subgroup.cpp
test_ifp.cpp
test_subgroup_extended_types.cpp
subgroup_common_kernels.cpp
test_subgroup_non_uniform_vote.cpp
test_subgroup_non_uniform_arithmetic.cpp
test_subgroup_ballot.cpp
test_subgroup_clustered_reduce.cpp
test_subgroup_shuffle.cpp
test_subgroup_shuffle_relative.cpp
test_subgroup_rotate.cpp
)
include(../CMakeCommon.txt)