mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
refactor: correct variable naming
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c48e57e2de
commit
92838c05fd
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user