gpu-compute: Adding vector register file debug messages
This patch introduces DPRINTFs for reading and writing to and from the vector register file.
This commit is contained in:
@@ -89,6 +89,7 @@ DebugFlag('GPUPrefetch')
|
||||
DebugFlag('GPUReg')
|
||||
DebugFlag('GPUSync')
|
||||
DebugFlag('GPUTLB')
|
||||
DebugFlag('GPUVRF')
|
||||
DebugFlag('HSALoader')
|
||||
DebugFlag('HSAIL')
|
||||
DebugFlag('HSAILObject')
|
||||
@@ -96,4 +97,5 @@ DebugFlag('Predictor')
|
||||
DebugFlag('WavefrontStack')
|
||||
|
||||
CompoundFlag('GPUALL', ['GPUCoalescer', 'GPUDisp', 'GPUExec', 'GPUFetch',
|
||||
'GPUMem', 'GPUPort', 'GPUSync', 'GPUTLB', 'HSAIL'])
|
||||
'GPUMem', 'GPUPort', 'GPUSync', 'GPUTLB', 'HSAIL',
|
||||
'GPUVRF'])
|
||||
|
||||
Reference in New Issue
Block a user