Register TRACE loglevel ahead of parse_args to avoid error in --specs printout
Signed-off-by: coleramos425 <colramos@amd.com>
This commit is contained in:
+4
-2
@@ -353,15 +353,17 @@ class MachineSpecs:
|
||||
gpu_l1: str = field(
|
||||
default=None,
|
||||
metadata={
|
||||
"doc": "The size of the vL1D cache (per compute-unit) on the accelerators/GPUs in the system in KiB",
|
||||
"doc": "The size of the vL1D cache (per compute-unit) on the accelerators/GPUs.",
|
||||
"name": "GPU L1",
|
||||
"unit": "KiB",
|
||||
},
|
||||
)
|
||||
gpu_l2: str = field(
|
||||
default=None,
|
||||
metadata={
|
||||
"doc": "The size of the vL1D cache (per compute-unit) on the accelerators/GPUs in the system in KiB",
|
||||
"doc": "The size of the vL1D cache (per compute-unit) on the accelerators/GPUs.",
|
||||
"name": "GPU L2",
|
||||
"unit": "KiB",
|
||||
},
|
||||
)
|
||||
cu_per_gpu: str = field(
|
||||
|
||||
Reference in New Issue
Block a user