docs(root): add MLSysim to top-level ecosystem links

This commit is contained in:
Vijay Janapa Reddi
2026-03-13 08:26:06 -04:00
parent 5df690e956
commit c9b09d5bf4
11 changed files with 64 additions and 97 deletions

View File

@@ -10,7 +10,7 @@ def test_distributed_solver():
cluster = Systems.Clusters.Research_256
result = solver.solve(gpt3, cluster, batch_size=32)
assert hasattr(result, "node_performance")
assert hasattr(result, "node_profile")
assert hasattr(result, "communication_latency")
assert hasattr(result, "scaling_efficiency")