mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
move options_unit_tests.cpp to libult_common
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7549fd8d21
commit
8939ca94f7
14
shared/test/common/libult/options_unit_tests.cpp
Normal file
14
shared/test/common/libult/options_unit_tests.cpp
Normal 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
|
||||
Reference in New Issue
Block a user