mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove almost duplicate compatibility common code
Use the non-compatibility version. In each case the diff was minimal, didn't have modifications that would invalidate compatibility testing and it was clear that the "latest/best" version was not the one in the compatibility copy. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -446,6 +446,7 @@ void ThreadPool_Init(void)
|
||||
// Check for manual override of multithreading code. We add this for better debuggability.
|
||||
if( getenv( "CL_TEST_SINGLE_THREADED" ) )
|
||||
{
|
||||
log_error("ERROR: CL_TEST_SINGLE_THREADED is set in the environment. Running single threaded.\n*** TEST IS INVALID! ***\n");
|
||||
gThreadCount = 1;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user