mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
13 lines
196 B
C++
13 lines
196 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "instrumentation.h"
|
|
|
|
namespace NEO {
|
|
const bool haveInstrumentation = false;
|
|
} // namespace NEO
|