Files
compute-runtime/shared/source/kernel/grf_config.h
Mateusz Jablonski c3ac7b78bd refactor: correct variable naming
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-12-01 02:18:46 +01:00

17 lines
318 B
C++

/*
* Copyright (C) 2019-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace GrfConfig {
inline constexpr uint32_t defaultGrfNumber = 128u;
inline constexpr uint32_t largeGrfNumber = 256u;
inline constexpr uint32_t notApplicable = 0u;
} // namespace GrfConfig