We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a8f2f commit 5f89054Copy full SHA for 5f89054
third_party/proton/proton/specs.py
@@ -73,5 +73,5 @@ def max_bps(device_type, arch, bus_width, memory_clock_rate):
73
elif device_type == "HIP":
74
return amd_bps_by_arch[arch]
75
else:
76
- assert device_type == "XPU"
+ assert device_type == "XPU"
77
return xpu_arch_to_mem_type_multiplier[arch] * bus_width * memory_clock_rate * 1e3 / 8
0 commit comments