Files
compute-runtime/shared/source/dll/options_dll.cpp
Michal Mrozek d52ca080bd Revert "performance: improve pool handling"
This reverts commit a3c3b6533a.

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
2024-08-06 13:04:02 +02:00

17 lines
265 B
C++

/*
* Copyright (C) 2019-2024 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