2019-03-06 13:41:54 -06:00
|
|
|
# Filter by dispatches range, GPU index and kernel names
|
|
|
|
|
<metric
|
|
|
|
|
# range format "3:9"
|
|
|
|
|
range=""
|
|
|
|
|
# list of gpu indexes "0,1,2,3"
|
2020-07-07 16:18:29 -05:00
|
|
|
gpu_index="0,1,2,3"
|
2019-03-06 13:41:54 -06:00
|
|
|
# list of matched sub-strings "Simple1,Conv1,SimpleConvolution"
|
2020-07-07 16:18:29 -05:00
|
|
|
kernel="Simple1,Conv1,SimpleConvolution"
|
2019-03-06 13:41:54 -06:00
|
|
|
></metric>
|
|
|
|
|
|
2018-05-29 10:07:26 -05:00
|
|
|
# List of metrics
|
|
|
|
|
<metric
|
2020-03-04 18:35:18 -06:00
|
|
|
name=SQ:4,SQ_WAVES,SQ_INSTS_SMEM,SQ_INSTS_VALU,TA_FLAT_WRITE_WAVEFRONTS[0],TA_FLAT_WRITE_WAVEFRONTS[1],GPUBusy,VALUBusy,SALUBusy,MemUnitBusy,SFetchInsts,FetchSize,VWriteInsts
|
2018-05-29 10:07:26 -05:00
|
|
|
></metric>
|