mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 00:09:02 +00:00
Remove redundant prints from half (#424)
The test harness already prints if the test passed, no need to duplicate this information. Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
committed by
Kévin Petit
parent
03650057bb
commit
42cc707131
@@ -73,8 +73,6 @@ int Test_vLoadHalf_private( cl_device_id device, bool aligned )
|
||||
|
||||
memset( min_time, -1, sizeof( min_time ) );
|
||||
|
||||
vlog( "Testing vload%s_half\n", aligned ? "a" : "" );
|
||||
fflush( stdout );
|
||||
const char *vector_size_names[] = {"1", "2", "4", "8", "16", "3"};
|
||||
|
||||
int minVectorSize = kMinVectorSize;
|
||||
@@ -590,7 +588,7 @@ int Test_vLoadHalf_private( cl_device_id device, bool aligned )
|
||||
}
|
||||
}
|
||||
|
||||
vlog( "\tPassed\n" );
|
||||
vlog( "\n" );
|
||||
|
||||
if( gReportTimes )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user