Update src/utils/specs.py
Co-authored-by: Cole Ramos <colramos@amd.com>
Signed-off-by: Nick Curtis <6463881+skyreflectedinmirrors@users.noreply.github.com>
[ROCm/rocprofiler-compute commit: 5b5d4c9a23]
Этот коммит содержится в:
коммит произвёл
Cole Ramos
родитель
d28432de61
Коммит
52ead9ca06
@@ -279,11 +279,11 @@ class MachineSpecs:
|
||||
'unit': 'MHz'})
|
||||
cur_sclk: str = field(default=None, metadata={'doc':
|
||||
'[RESERVED] The current engine (compute unit) clock rate of the accelerators/GPUs in the system. Unused.',
|
||||
'name': 'Max SCLK',
|
||||
'name': 'Cur SCLK',
|
||||
'unit': 'MHz'})
|
||||
cur_mclk: str = field(default=None, metadata={'doc':
|
||||
'[RESERVED] The current memory clock rate of the accelerators/GPUs in the system. Unused.',
|
||||
'name': 'Max MCLK',
|
||||
'name': 'Cur MCLK',
|
||||
'unit': 'MHz'})
|
||||
_l2_banks: str = None # NB: This only used in flatten_tcc_info_across_hbm_stacks()
|
||||
total_l2_chan: str = field(default=None, metadata={
|
||||
|
||||
Ссылка в новой задаче
Block a user