mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
conversions: remove timing functionality (#2394)
Remove the test timing functionality from the conversions test, because it - is not advertised in the help, - is not supported on all platforms, triggering warnings during the build, - goes beyond the core purpose of the conformance test suite. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
f30a191978
commit
2d165eee74
@@ -226,8 +226,6 @@ static int ParseArgs(int argc, const char **argv)
|
||||
gForceFTZ ^= 1;
|
||||
gForceHalfFTZ ^= 1;
|
||||
break;
|
||||
case 't': gTimeResults ^= 1; break;
|
||||
case 'a': gReportAverageTimes ^= 1; break;
|
||||
case '1':
|
||||
if (arg[1] == '6')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user