Add tests for cl_khr_subgroup_rotate (#1439)

Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
Stuart Brady
2022-06-28 17:05:11 +01:00
committed by GitHub
parent 0b7118186a
commit 1c19a4cbdb
6 changed files with 155 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ set(${MODULE_NAME}_SOURCES
test_subgroup_clustered_reduce.cpp
test_subgroup_shuffle.cpp
test_subgroup_shuffle_relative.cpp
test_subgroup_rotate.cpp
)
include(../CMakeCommon.txt)