refactor: correct naming of builtin types

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-12-01 08:57:48 +00:00
committed by Compute-Runtime-Automation
parent b77a1fa032
commit cdcd834712
63 changed files with 607 additions and 607 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,6 +10,6 @@
namespace NEO {
namespace EBuiltInOps {
inline constexpr Type MaxCoreValue{MaxBaseValue};
inline constexpr Type maxCoreValue{maxBaseValue};
}
} // namespace NEO
} // namespace NEO