mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Related-To: NEO-4207 Change-Id: I70781b44e7d14360a581808049baf8b61fd1b4e4 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
15 lines
247 B
C++
15 lines
247 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include <cstdint>
|
|
|
|
namespace NEO {
|
|
const char *folderAUB = "aub_out";
|
|
|
|
uint32_t initialHardwareTag = static_cast<uint32_t>(0xFFFFFF00);
|
|
} // namespace NEO
|