Files
OpenCL-CTS/test_conformance/compiler/test_build_options.cpp
Romaric Jodin df46a38e31 Better support for -cl-uniform-work-group-size (#2564)
Add support for build options available only after a certain version:
- -cl-uniform-work-group-size after 2.0
- -cl-no-subgroup-ifp after 2.1

Add specific test for cl-uniform-work-group-size
- Check that test can be executed when work group size is uniform.
- Check that test returns the proper error code when work group size is
not uniform.

Ref #2563
2025-11-26 16:19:33 -08:00

17 KiB