Adding LDS Bank conflict metric to MI300 (#456)

Adding LDS Bank conflict metric to MI3

Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>
此提交包含在:
Baraldi, Giovanni
2025-06-13 19:28:57 +02:00
提交者 GitHub
父節點 72b97a8b7e
當前提交 b1637869b3
+4
查看文件
@@ -1415,6 +1415,8 @@ rocprofiler-sdk:
- gfx906
- gfx908
- gfx90a
- gfx942
- gfx950
expression: 100*reduce(SQ_LDS_BANK_CONFLICT,sum)/reduce(GRBM_GUI_ACTIVE,max)/CU_NUM
- name: LDSInsts
description: The average number of LDS read or LDS write instructions executed per work item (affected by flow control). Excludes
@@ -1434,6 +1436,8 @@ rocprofiler-sdk:
definitions:
- architectures:
- gfx90a
- gfx942
- gfx950
expression: reduce(SQ_LDS_BANK_CONFLICT,sum)/(reduce(SQ_LDS_IDX_ACTIVE,sum)-reduce(SQ_LDS_BANK_CONFLICT,sum))
- name: LdsLatency
description: 'Unit: cycles'