mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Enable Symbol Table Generation by Default for L0 modules
- Added EnableProgramSymbolTableGeneration to enable or disable default behavior for IGC to generate the program symbol tables for L0 modules with exported functions. - Default value set to true to add -library-compilation to all module builds. Signed-off-by: Neil R Spruit <neil.r.spruit@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d129cca4b0
commit
c2e3d24a1d
@@ -349,6 +349,7 @@ AllowPatchingVfeStateInCommandLists = 0
|
||||
PrintMemoryRegionSizes = 0
|
||||
OverrideDrmRegion = -1
|
||||
AllowSingleTileEngineInstancedSubDevices = 0
|
||||
EnableProgramSymbolTableGeneration = 1
|
||||
BinaryCacheTrace = false
|
||||
OverrideL1CacheControlInSurfaceState = -1
|
||||
OverrideL1CacheControlInSurfaceStateForScratchSpace = -1
|
||||
|
||||
Reference in New Issue
Block a user