MI355X Support - PC Sampling and updating counter_defs.yaml (#206)
* Update mi350/gfx950 counter_defs.yaml (#131) * Update gfx950 counter_defs.yaml * Update F8 MFMA for gfx950 * Update counter_defs.yaml * Update counter_defs.yaml * add simd_util counter * add new rdc ops gfx950 * Update counter_defs.yaml * New mi350 CPC counters * Update counter_defs.yaml * New mi350 spi counters * Update new mi350 sq counter_defs.yaml * Update TA counter_defs.yaml * Update TD GFX950counter_defs.yaml * Update TCP gfx950 counter_defs.yaml * Update new gfx950 tcc counter_defs.yaml * Update TCP_PENDING_STALL_CYCLES counter_defs.yaml * MI355X Host-Trap PC sampling Support (#130) * Adding gfx12 to CU_NUM * Add ELFABIVERSION_AMDGPU_HSA_V6 * add gfx950 to TEST_YAML_LOAD metric * add gfx950 to append counters tests * Updated CHANGELOG.md --------- Co-authored-by: Kandula, Venkateshwar reddy <Venkateshwarreddy.Kandula@amd.com> Co-authored-by: Indic, Vladimir <Vladimir.Indic@amd.com> Co-authored-by: Bhardwaj, Gopesh <Gopesh.Bhardwaj@amd.com> Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com>
This commit is contained in:
کامیت شده توسط
GitHub
والد
821918a512
کامیت
09c7d44cc4
@@ -1,5 +1,5 @@
|
||||
TEST_YAML_LOAD:
|
||||
architectures:
|
||||
gfx942/gfx10/gfx1010/gfx1030/gfx1031/gfx11/gfx1032/gfx1102/gfx906/gfx1100/gfx1101/gfx908/gfx90a/gfx9/gfx12/gfx1200/gfx1201:
|
||||
gfx950/gfx942/gfx10/gfx1010/gfx1030/gfx1031/gfx11/gfx1032/gfx1102/gfx906/gfx1100/gfx1101/gfx908/gfx90a/gfx9/gfx12/gfx1200/gfx1201:
|
||||
expression: reduce(GRBM_GUI_ACTIVE,max)*CU_NUM
|
||||
description: 'Unit: cycles'
|
||||
|
||||
@@ -39,7 +39,9 @@ def test_multi_agent_support(
|
||||
|
||||
mi2xx_mi3xx_agents_df = input_agent_info_csv[
|
||||
input_agent_info_csv["Name"].apply(
|
||||
lambda name: name == "gfx90a" or name.startswith("gfx94")
|
||||
lambda name: name == "gfx90a"
|
||||
or name.startswith("gfx94")
|
||||
or name.startswith("gfx95")
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
مرجع در شماره جدید
Block a user