refactor: correct variable naming

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-12-04 15:13:06 +00:00
committed by Compute-Runtime-Automation
parent c48e57e2de
commit 92838c05fd
10 changed files with 417 additions and 417 deletions

View File

@@ -58,7 +58,7 @@ inline constexpr ConstStringRef vIsaAsmPrefix = ".visaasm.";
inline constexpr ConstStringRef externalFunctions = "Intel_Symbol_Table_Void_Program";
} // namespace SectionNames
inline constexpr ConstStringRef IntelGTNoteOwnerName = "IntelGT";
inline constexpr ConstStringRef intelGTNoteOwnerName = "IntelGT";
enum IntelGTSectionType : uint32_t {
ProductFamily = 1,
GfxCore = 2,