move options_unit_tests.cpp to libult_common

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2021-09-23 23:37:50 +00:00
committed by Compute-Runtime-Automation
parent 7549fd8d21
commit 8939ca94f7
5 changed files with 1 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
/*
* Copyright (C) 2019-2021 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