mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Conformance tests should not assume support for OpenCL 2.0, or specific features. This patch removes uses of `__opencl_c_program_scope_global_variables` for devices which do not support it in the generic address space conformance tests. Additionally, the `clCompileProgram` options have been updated to select between `CL2.0` and `CL3.0` depending on which the device under test supports. Co-authored-by: Amy Worthington <amy@codeplay.com>