Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- cxl-ssd
|
| 9 |
+
- simulation-results
|
| 10 |
+
- mqsim
|
| 11 |
+
- cylon
|
| 12 |
+
- femu
|
| 13 |
+
- paper-archive
|
| 14 |
+
- cxlssd-archetype-routing
|
| 15 |
+
size_categories:
|
| 16 |
+
- 10G<n<100G
|
| 17 |
+
pretty_name: "CXL-SSD Archetype Routing — Simulation Results"
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# CXL-SSD Archetype Routing — Simulation Results
|
| 21 |
+
|
| 22 |
+
Stage-00 snapshot (2026-05-02) of all simulator outputs produced for the
|
| 23 |
+
**CXL-SSD page-oriented embedding lookup** paper.
|
| 24 |
+
|
| 25 |
+
Includes:
|
| 26 |
+
- MQSim `Results/overall.txt`, `latency_result.txt` per layout × ratio × mode
|
| 27 |
+
- Cylon FEMU benchmark CSVs (MIO latency, throughput, cache scan)
|
| 28 |
+
- MaxEmbed evaluation matrices
|
| 29 |
+
- COG / SeedExpand / BQP partition outputs
|
| 30 |
+
|
| 31 |
+
Each subdirectory groups one experiment family. Logs are kept beside
|
| 32 |
+
metrics; raw `.crdownload` and very large logs are deduplicated.
|
| 33 |
+
|
| 34 |
+
## Companion repos
|
| 35 |
+
|
| 36 |
+
| Component | URL |
|
| 37 |
+
|---|---|
|
| 38 |
+
| Outer paper repo | https://github.com/shadowcollecter/cxlssd-archetype-routing |
|
| 39 |
+
| Cylon-full | https://github.com/shadowcollecter/cylon-full-paper |
|
| 40 |
+
| MQSim-CXL fork | https://github.com/shadowcollecter/mqsim-cxl-paper |
|
| 41 |
+
| MaxEmbed | https://github.com/shadowcollecter/maxembed-paper |
|
| 42 |
+
|
| 43 |
+
## License
|
| 44 |
+
|
| 45 |
+
CC-BY-NC-4.0 for academic reproducibility. Cite the corresponding paper
|
| 46 |
+
when using these results.
|