Searched refs:kernelOutput (Results 1 – 1 of 1) sorted by relevance
82 static int verify(cl_int input, cl_int kernelOutput, const char * description) in verify() argument84 if( kernelOutput != input ) in verify()86 …log_error( "ERROR: %s did not validate (expected %d, got %d)\n", description, input, kernelOutput); in verify()