Fix test skip handling while test initialization - device_timer (#667)

This commit is contained in:
Grzegorz Wawiorko
2020-03-10 19:25:49 +01:00
committed by GitHub
parent 4b281af946
commit 51cd792e9e
3 changed files with 23 additions and 5 deletions

View File

@@ -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)