mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-15 10:14:56 +08:00
Move options_dll file to shared directory
Change-Id: I6a54610741a91aeb902a405bdc0e4ef444106719 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
1c19df8d62
commit
4a41c9741c
16
shared/source/dll/options_dll.cpp
Normal file
16
shared/source/dll/options_dll.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace NEO {
|
||||
// AUB file folder location
|
||||
const char *folderAUB = ".";
|
||||
|
||||
// Initial value for HW tag
|
||||
uint32_t initialHardwareTag = 0;
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user