Skip to content

Commit a94b784

Browse files
trbauerigcbot
authored andcommitted
(NFC) add more vISA option descriptions
Adding some vISA option descriptions (NFC) no functional changes to compiler output (changes some command line help output)
1 parent 72c631e commit a94b784

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

visa/include/VISAOptionsDefs.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,9 @@ DEF_VISA_OPTION(vISA_encoderFile, ET_CSTR, "-encoderStatisticsFile",
532532
"USAGE: -encoderStatisticsFile <reloc file>\n",
533533
"encoderStatistics.csv")
534534
DEF_VISA_OPTION(vISA_DumpRegInfo, ET_BOOL, "-dumpRegInfo", UNUSED, false)
535-
DEF_VISA_OPTION(vISA_PrintHexFloatInAsm, ET_BOOL, "-printHexFloatInAsm", UNUSED,
535+
DEF_VISA_OPTION(vISA_PrintHexFloatInAsm, ET_BOOL, "-printHexFloatInAsm",
536+
"Makes device assembly report immediate float operands in "
537+
"hex instead of float.",
536538
false)
537539
DEF_VISA_OPTION(
538540
vISA_dumpIgaJson, ET_INT32, "-dumpIgaJson",
@@ -557,7 +559,10 @@ DEF_VISA_OPTION(vISA_GTPinGetIndirRef, ET_BOOL, "-GTPinIndirRef", UNUSED, false)
557559
DEF_VISA_OPTION(vISA_LSCBackupMode, ET_BOOL, "-LSCBackupMode", UNUSED, false)
558560
DEF_VISA_OPTION(vISA_InjectEntryFences, ET_BOOL, "-InjectEntryFences", UNUSED,
559561
false)
560-
DEF_VISA_OPTION(vISA_LSCEnableHalfSIMD, ET_BOOL, "-enableHalfLSC", UNUSED,
562+
DEF_VISA_OPTION(vISA_LSCEnableHalfSIMD, ET_BOOL, "-enableHalfLSC",
563+
"Indicates that the platform has half-size non-transpose "
564+
"LSC messages. E.g. A SIMD4 non-transpose only rounds up to "
565+
"SIMD16 payloads (on platforms that support to SIMD32).",
561566
false)
562567
DEF_VISA_OPTION(vISA_lscNonStackSpill, ET_BOOL, "-lscNonStackSpill", UNUSED,
563568
false)

0 commit comments

Comments
 (0)