2017-11-09 17:26:19 -06:00
<gfx8>
<metric name= SQ_CYCLES block= SQ event= 2 ></metric>
<metric name= SQ_WAVES block= SQ event= 4 ></metric>
<metric name= SQ_ITEMS block= SQ event= 14 ></metric>
2017-11-09 22:42:06 -06:00
<metric name= SQ_INSTS_VALU block= SQ event= 26 ></metric>
2017-11-09 21:51:33 -06:00
<metric name= SQ_INSTS_VMEM_WR block= SQ event= 27 ></metric>
<metric name= SQ_INSTS_VMEM_RD block= SQ event= 28 ></metric>
<metric name= SQ_INSTS_SMEM block= SQ event= 31 ></metric>
2017-11-09 22:42:06 -06:00
<metric name= SQ_INSTS_FLAT_LDS_ONLY block= SQ event= 33 ></metric>
<metric name= SQ_INSTS_LDS block= SQ event= 34 ></metric>
2017-11-09 17:26:19 -06:00
<metric name= SQ_WAVE_READY block= SQ event= 47 ></metric>
2017-11-09 21:51:33 -06:00
<metric name= TA_FLAT_READ_WAVEFRONTS block= TA event= 101 ></metric>
<metric name= TA_FLAT_WRITE_WAVEFRONTS block= TA event= 102 ></metric>
2017-11-09 17:26:19 -06:00
<metric name= TCC_CYCLE block= TCC event= 1 ></metric>
<metric name= TCC_REQ block= TCC event= 3 ></metric>
<metric name= TCC_WRITEBACK block= TCC event= 22 ></metric>
2017-11-09 21:51:33 -06:00
2017-11-09 17:26:19 -06:00
<metric name= CPC_ALWAYS_COUNT block= CPC event= 0 ></metric>
<metric name= CPC_ME1_STALL_WAIT_ON_RCIU_READ block= CPC event= 8 ></metric>
2017-11-09 21:51:33 -06:00
<metric
name= TA_FLAT_WRITE_WAVEFRONTS_sum
2017-11-09 22:42:06 -06:00
expr= TA_FLAT_WRITE_WAVEFRONTS[0]+TA_FLAT_WRITE_WAVEFRONTS[1]+TA_FLAT_WRITE_WAVEFRONTS[2]+TA_FLAT_WRITE_WAVEFRONTS[3]
2017-11-09 21:51:33 -06:00
></metric>
2017-11-09 17:26:19 -06:00
</gfx8>
<global>
2017-11-09 21:51:33 -06:00
# VWRITE_INSTS
# The average number of vector write instructions to the video memory executed per work-item (affected by flow control). Excludes FLAT instructions that write to video memory.
<metric name= VWRITE_INSTS expr= 1000*(SQ_INSTS_VMEM_WR-TA_FLAT_WRITE_WAVEFRONTS_sum)/SQ_WAVES ></metric>
# SFETCH_INSTS
# The average number of scalar fetch instructions from the video memory executed per work-item (affected by flow control).
<metric name= SFETCH_INSTS expr= 1000*SQ_INSTS_SMEM/SQ_WAVES ></metric>
2017-11-09 22:42:06 -06:00
# VALU_INSTS
# The average number of vector ALU instructions executed per work-item (affected by flow control).
<metric name= VALU_INSTS expr= SQ_INSTS_VALU/SQ_WAVES ></metric>
2017-11-09 17:26:19 -06:00
</global>