Set correct number of TCC channels for gfx942

Ran into rocprof error:
ROCProfiler: fatal error: input metric'TCC_EA0_RDREQ[16]' not supported on this hardware: gfx942

gfx942 has 16 channels, not 32.

Signed-off-by: benrichard-amd <ben.richard@amd.com>
Bu işleme şunda yer alıyor:
benrichard-amd
2024-07-12 19:16:49 -05:00
işlemeyi yapan: David Galiffi
ebeveyn 28900f88cb
işleme c5ea1d0ff0
+1 -1
Dosyayı Görüntüle
@@ -64,7 +64,7 @@ class gfx942_soc(OmniSoC_Base):
"SPI": 2,
"GRBM": 2,
"GDS": 4,
"TCC_channels": 32,
"TCC_channels": 16,
}
)
# self.roofline_obj = Roofline(args, self._mspec)