Skip to content

Commit 5f89054

Browse files
committed
delete trailing whitespace
1 parent f8a8f2f commit 5f89054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/proton/proton/specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ def max_bps(device_type, arch, bus_width, memory_clock_rate):
7373
elif device_type == "HIP":
7474
return amd_bps_by_arch[arch]
7575
else:
76-
assert device_type == "XPU"
76+
assert device_type == "XPU"
7777
return xpu_arch_to_mem_type_multiplier[arch] * bus_width * memory_clock_rate * 1e3 / 8

0 commit comments

Comments
 (0)