Skip to content

Commit 75544e7

Browse files
Update documentation
Change-Id: I44fdf50a0a6846e9614ad6151b481e6738147040
1 parent 18a7c82 commit 75544e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/configuration_flags.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ $ export IGC_ShaderDumpEnable=1
2929
- **DumpToCurrentDir** - Dump shaders to the current directory
3030
- **DumpToCustomDir** - Dump shaders to custom directory. Parent directory must exist
3131
- **DumpVariableAlias** - Dump variable alias info, valid if EnableVariableAlias is on
32+
- **EnableBCR** - Enable bank conflict reduction
3233
- **EnableCapsDump** - Enable hardware caps dump
3334
- **EnableCosDump** - Enable cos dump
3435
- **EnableLivenessDump** - Enable dumping out liveness info on stderr
@@ -47,7 +48,8 @@ $ export IGC_ShaderDumpEnable=1
4748
- **InterleaveSourceShader** - Interleave the source shader in asm dump
4849
- **OGLMinimumDump** - Minimum dump for testing - first and last .ll, .cos and compiler output
4950
- **PrintToConsole** - Dump to console
51+
- **QualityMetricsEnable** - Enable Quality Metrics for IGC
5052
- **ShaderDumpEnable** - Dump LLVM IR, visaasm, and GenISA
5153
- **ShaderDumpEnableAll** - Dump all LLVM IR passes, visaasm, and GenISA
5254
- **ShaderDumpPidDisable** - Disabled adding PID to the name of shader dump directory
53-
- **QualityMetricsEnable** - Enable Quality Metrics for IGC
55+
- **VISAOptions** - Options to vISA. Space-separated options

0 commit comments

Comments
 (0)