Update src/utils/specs.py
Co-authored-by: Cole Ramos <colramos@amd.com> Signed-off-by: Nick Curtis <6463881+skyreflectedinmirrors@users.noreply.github.com>
Dieser Commit ist enthalten in:
committet von
Cole Ramos
Ursprung
de384467f5
Commit
5b5d4c9a23
@@ -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={
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren