compute-runtime/runtime/helpers/base_object.cpp

15 lines
203 B
C++

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