Files
compute-runtime/opencl/source/builtin_kernels_simulation/scheduler_simulation.cpp
kamdiedrich d015d3633f Add absolute path to include
Change-Id: Ib0782b4ab8d9a26ec358ecfb57721f4fe8d51b06
2020-02-23 08:47:49 +01:00

23 lines
438 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 std;
using namespace NEO;
namespace BuiltinKernelsSimulation {
bool conditionReady = false;
std::thread threads[NUM_OF_THREADS];
} // namespace BuiltinKernelsSimulation