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>
[ROCm/rocprofiler-compute commit: c5ea1d0ff0]
This commit is contained in:
committed by
David Galiffi
parent
b4d6c2701c
commit
79fcef1a45
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user