KhronosGroup / SYCL-CTS

SYCL Conformance Tests
Apache License 2.0
60 stars 79 forks source link

Template and split marray tests to reduce memory consumption #919

Closed steffenlarsen closed 1 week ago

steffenlarsen commented 1 month ago

Some of the test categories in the suite require a lot of memory when compiling with DPC++. One of these is the marray category.

This commit splits the marray test into multiple categories and templates most of the test source files on the tested types.