Files
compute-runtime/shared/source/dll/options_dll.cpp
Mateusz Hoppe 4a41c9741c Move options_dll file to shared directory
Change-Id: I6a54610741a91aeb902a405bdc0e4ef444106719
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2020-02-25 11:47:26 +01:00

17 lines
265 B
C++

/*
* 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