Searched refs:isGPUTest (Results 1 – 2 of 2) sorted by relevance
115 static bool should_run(const char* testName, bool isGPUTest) { in should_run() argument119 if (!FLAGS_cpu && !isGPUTest) { in should_run()122 if (!FLAGS_gpu && isGPUTest) { in should_run()
132 static bool should_run(const char* testName, bool isGPUTest) { in should_run() argument136 if (!FLAGS_cpu && !isGPUTest) { in should_run()139 if (!FLAGS_gpu && isGPUTest) { in should_run()