compute-runtime/opencl/source/helpers/base_object.cpp

15 lines
209 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "opencl/source/helpers/base_object.h"
namespace NEO {
std::thread::id invalidThreadID;
} // namespace NEO