Published December 26, 2025
| Version v1
Software
Open
ASPLOS 2026 AE
Description
All provided installation methods allow running archx in the command line and import archx as a python module.
Make sure you have Anaconda installed before the steps below.
AE setup (Architecture AE)
- Unzip the provided zip file named archx-asplos_2026_ae.zip into a new directory
conda env create -f environment.yaml- The
name: archxinevironment.yamlcan be updated to a preferred one.
- The
conda activate archx- Validate installation via
archx -hin the command line orimport archxin python code. bash run_mugi.shto run the simulation workflow.- Output figures can be found in
zoo/llm/results/figs/andzoo/llm/results/tables.
AE setup (Workload AE)
- Unzip the provided zip file named mugi_profiling-asplos_2026_ae.zip into a new directory
conda env create -f environment.yaml- The
name: mugi_profilinginevironment.yamlcan be updated to a preferred one.
- The
conda activatemugi_profilinginbash mugi_profiling.shto run the simulation workflow.- Output figures can be found in figures/output
Github
You can find our github repository for this submission at
Architecture AE: https://github.com/UnaryLab/archx/tree/asplos_2026_ae
Workload AE: https://github.com/UnaryLab/mugi_profiling/tree/asplos_2026_ae
Citation
If Mugi has been useful in your own research, please cite us using the following bibtex citation:
@inproceedings{price2026asplos,
title = {Mugi: Value Level Parallelism For Efficient LLMs},
author = {Daniel Price and Prabhu Vellaisamy and John Paul Shen and Di Wu},
booktitle = {International Conference on Architectural Support for Programming Languages and Operating Systems},
year = {2026}
}
Files
archx-asplos_2026_ae.zip
Files
(1.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:d7b38c790004650c2b1ea5ceb4f667ac
|
1.3 MB | Preview Download |
|
md5:66399b5ca191191d73cacd5f6963c301
|
183.1 kB | Preview Download |