OpenCL-CTS
OpenCL-CTS copied to clipboard
Document filter modes required for a formal conformance submission
Make it clear that GPU implementations aren't required to meet the CL_FILTER_LINEAR precision requirements of the CTS.
I opened a specification issue to document the requirement there as well: https://github.com/KhronosGroup/OpenCL-Docs/issues/332
For the CTS could the tests themselves not "skip" when run on a GPU device, rather than just documenting the requirement?
Ultimately, I think we should have an "official run" mode where all these decisions happen automatically but a quick look at the code suggests it is likely to be quite a bit of work for that feature specifically.