mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 03:01:20 +08:00
15 lines
209 B
C++
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
|