Skip to content

Commit 493bfd7

Browse files
benrichard-amdvedithal-amd
authored andcommitted
Fix formatting
1 parent dc05e14 commit 493bfd7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

projects/rocprofiler-compute/src/utils/benchmark.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,17 @@
143143
"F6": {"gfx950": 131072},
144144
"F6F4": {"gfx950": 131072}, # Mixed precision F6 x F4
145145
"F8": dict.fromkeys(["gfx90a", "gfx940", "gfx941", "gfx942", "gfx950"], 32768),
146-
"F16": dict.fromkeys(["gfx90a", "gfx940", "gfx941", "gfx942"], 16384) | dict.fromkeys(["gfx950"], 32768),
146+
"F16": dict.fromkeys(["gfx90a", "gfx940", "gfx941", "gfx942"], 16384)
147+
| dict.fromkeys(["gfx950"], 32768),
147148
"F32": dict.fromkeys(
148149
["gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx950"], 4096
149150
),
150151
"BF16": dict.fromkeys(["gfx940", "gfx941", "gfx942"], 16384)
151-
| dict.fromkeys(["gfx90a"], 8192) | dict.fromkeys(["gfx950"], 32768),
152+
| dict.fromkeys(["gfx90a"], 8192)
153+
| dict.fromkeys(["gfx950"], 32768),
152154
"I8": dict.fromkeys(["gfx940", "gfx941", "gfx942"], 32768)
153-
| dict.fromkeys(["gfx90a"], 16384) | dict.fromkeys(["gfx950"], 65536),
155+
| dict.fromkeys(["gfx90a"], 16384)
156+
| dict.fromkeys(["gfx950"], 65536),
154157
"F64": dict.fromkeys(["gfx90a", "gfx940", "gfx941", "gfx942", "gfx950"], 2048),
155158
}
156159

0 commit comments

Comments
 (0)