chore: commit resolved merge conflicts and unstaged changes

This commit is contained in:
Vijay Janapa Reddi
2026-03-08 10:16:25 -04:00
parent fa89fdd11c
commit 02b46fec00

View File

@@ -1105,7 +1105,6 @@ import matplotlib.pyplot as plt
import numpy as np
from mlsysim import viz
# ┌── 2. ARRAYS ────────────────────────────────────────────────────────────────
viz.set_book_style()
COLORS = viz.COLORS
@@ -1120,7 +1119,6 @@ scenarios = [
{'r': 0.50, 'name': 'Bandwidth Bound', 'color': COLORS['RedLine'], 'style': '-', 'marker': '^'}
]
# ┌── 3. RENDER ────────────────────────────────────────────────────────────────
for sc in scenarios:
speedup = N / (1 + (N - 1) * sc['r'])
@@ -1135,7 +1133,6 @@ for sc in scenarios:
markersize=5,
)
# ┌── 4. DECORATE ──────────────────────────────────────────────────────────────
ax.set_xscale('log', base=2)
ax.set_yscale('log', base=2)