mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 00:09:02 +00:00
Spirv readiness - move to harness
Fixes support cl_khr_il_program
This commit is contained in:
committed by
Alastair Murray
parent
adec8f9412
commit
9a006ba1a0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user