rusticl/program: enable support for spirv
Rusticl already uses SPIR-V internally for all programs, so this is fairly easy to wire up.
We'll need this optional OpenCL feature for SyCL and HIP.
-
https://github.com/KhronosGroup/OpenCL-CTS/issues/1548 -
https://github.com/KhronosGroup/OpenCL-CTS/pull/1614 -
Make cl cts runner support running each test in spir-v where were available -
Run CTS in SPIR-V mode with --compilation-mode spir-v
Edited by Karol Herbst