Skip to content

Commit

Permalink
Another tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Dec 22, 2024
1 parent 7c82303 commit 5078a08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,9 @@ function Report({
: undefined,
}}
workflowName={
DISPLAY_NAMES_TO_WORKFLOW_NAMES[deviceName] ??
(dashboard === "torchao"
dashboard === "torchao"
? "Torchao nightly workflow (A100)".toLowerCase()
: "inductor-A100-perf-nightly")
: DISPLAY_NAMES_TO_WORKFLOW_NAMES[deviceName]
}
>
<BenchmarkLogs workflowId={lData[0].workflow_id} />
Expand Down

0 comments on commit 5078a08

Please sign in to comment.