compute-runtime/shared/offline_compiler/source/offline_compiler_options.cpp

18 lines
324 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include <cstdint>
#include <limits>
namespace NEO {
// AUB file folder location
const char *folderAUB = "aub_out";
// Initial value for HW tag
uint32_t initialHardwareTag = std::numeric_limits<uint32_t>::max();
} // namespace NEO