mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 07:59:01 +00:00
Fix test skip handling while test initialization - device_timer (#667)
This commit is contained in:
committed by
GitHub
parent
4b281af946
commit
51cd792e9e
@@ -129,6 +129,7 @@ extern cl_device_type GetDeviceType( cl_device_id );
|
||||
extern cl_device_id GetOpposingDevice( cl_device_id device );
|
||||
|
||||
Version get_device_cl_version(cl_device_id device);
|
||||
void version_expected_info(const char * test_name, const char * expected_version, const char * device_version);
|
||||
|
||||
|
||||
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