Files
compute-runtime/opencl/source/builtin_kernels_simulation/scheduler_simulation.cpp
Mateusz Jablonski 441ff1fcdf Don't use the entire std namespace
Change-Id: I2014117a154fb2c1a61af5c31baa228b4fb3dbc2
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-03-27 19:57:11 +01:00

22 lines
417 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
#include <thread>
using namespace NEO;
namespace BuiltinKernelsSimulation {
bool conditionReady = false;
std::thread threads[NUM_OF_THREADS];
} // namespace BuiltinKernelsSimulation