Spirv readiness - move to harness

Fixes support  cl_khr_il_program
This commit is contained in:
Grzegorz Wawiorko
2020-03-31 11:25:45 +02:00
committed by Alastair Murray
parent adec8f9412
commit 9a006ba1a0
4 changed files with 91 additions and 48 deletions

View File

@@ -138,7 +138,7 @@ extern cl_device_id GetOpposingDevice( cl_device_id device );
Version get_device_spirv_il_version(cl_device_id device);
bool check_device_spirv_il_support(cl_device_id device);
void version_expected_info(const char * test_name, const char * api_name, const char * expected_version, const char * device_version);
test_status check_spirv_compilation_readiness(cl_device_id device, bool force = false);
test_status check_spirv_compilation_readiness(cl_device_id device);
extern int gFlushDenormsToZero; // This is set to 1 if the device does not support denorms (CL_FP_DENORM)