Revert "analytical-viz: default intra-cube (PE↔PE) BW to 128 GB/s"

This reverts commit 84abf847c4.
This commit is contained in:
2026-07-28 21:50:17 -07:00
parent 84abf847c4
commit afe35ee0b5
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ with st.sidebar.expander("Hardware", expanded=False):
bw_intra = st.selectbox(
"intra-cube GB/s",
[128.0, 256.0, 512.0, 1024.0, 2048.0, 4096.0],
index=0, key="bw_intra",
index=2, key="bw_intra",
)
bw_inter = st.selectbox(
"inter-cube GB/s",