gpu-compute: Add DebugFlag for LDS
This prints what values are read/written to LDS and the previous value on write. This is useful for debugging problems with LDS instructions. Change-Id: I30063327bec1a1a808914a018467d5d78d5d58b4
This commit is contained in:
@@ -84,6 +84,7 @@ DebugFlag('GPUExec')
|
||||
DebugFlag('GPUFetch')
|
||||
DebugFlag('GPUInst')
|
||||
DebugFlag('GPUKernelInfo')
|
||||
DebugFlag('GPULDS')
|
||||
DebugFlag('GPUMem')
|
||||
DebugFlag('GPUPort')
|
||||
DebugFlag('GPUPrefetch')
|
||||
@@ -106,4 +107,4 @@ DebugFlag('WavefrontStack')
|
||||
CompoundFlag('GPUALL', ['GPUCoalescer', 'GPUDisp', 'GPUExec', 'GPUFetch',
|
||||
'GPUMem', 'GPUPort', 'GPUSched', 'GPUSRF', 'GPUSync',
|
||||
'GPUTLB', 'GPUVRF', 'GPURFC', 'GPUWgLatency',
|
||||
'GPUKernelInfo', 'GPUInitAbi'])
|
||||
'GPUKernelInfo', 'GPUInitAbi', 'GPULDS'])
|
||||
|
||||
Reference in New Issue
Block a user