normalize names and artifact paths
This commit is contained in:
@@ -8,13 +8,13 @@ from .subprocess_utils import run_command_with_reporter
|
||||
|
||||
PIM_PASS_LABELS = (
|
||||
("ONNXToSpatialPass", "ONNX to Spatial"),
|
||||
("MergeComputeNodesPass", "Merge Compute Nodes"),
|
||||
("SpatialToPimPass", "Spatial to PIM"),
|
||||
("PimBufferizationPass", "Bufferize PIM"),
|
||||
("HostConstantFoldingPass", "Fold Host Constants"),
|
||||
("PimLocalMemoryPlanningPass", "Plan Local Memory"),
|
||||
("VerificationPass", "Verify PIM"),
|
||||
("EmitPimCodePass", "Emit PIM Code"),
|
||||
("MergeComputeNodesPass", "Merge compute nodes"),
|
||||
("SpatialToPimPass", "Spatial to Pim"),
|
||||
("PimBufferizationPass", "Bufferize Pim"),
|
||||
("HostConstantFoldingPass", "Fold host constants"),
|
||||
("PimLocalMemoryPlanningPass", "Plan local memory"),
|
||||
("VerificationPass", "Verify Pim"),
|
||||
("EmitPimCodePass", "Emit Pim code"),
|
||||
)
|
||||
PIM_PASS_LABEL_BY_SUFFIX = dict(PIM_PASS_LABELS)
|
||||
TIMING_LINE_RE = re.compile(r"^\s*([0-9]+\.[0-9]+)\s+\(\s*[0-9.]+%\)\s+(.+?)\s*$")
|
||||
|
||||
Reference in New Issue
Block a user