mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 22:19:02 +00:00
* Removed hardcoded -cl-std=CL2.0 build option from progvar tests Fixes issue #1380 https://github.com/KhronosGroup/OpenCL-CTS/issues/1380 These changes will query the device for the latest supported CL C version instead of using a hardcoded value. The create_single_kernel_helper function queries for the latest CL C version internally, so calls to create_single_kernel_helper_with_build_options were replaced with calls to create_single_kernel_helper instead. * Fixed formatting
78 KiB
78 KiB