mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 11:26:21 +08:00
This reverts commit 5f0b9efd2b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
15 lines
247 B
C++
15 lines
247 B
C++
/*
|
|
* Copyright (C) 2019-2024 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
|