compute-runtime/runtime/helpers/base_object.cpp

15 lines
207 B
C++

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