Files
cs249r_book/mlsysim/CITATION.cff
Vijay Janapa Reddi 9bf14d7a8b mlsysim: fix paper title and bump to 0.1.1
Correct the paper title cited in three places to match the actual
paper.tex title. The previous title ("A Composable Analytical Framework
for Machine Learning Systems") was an early working title; the paper
now reads "MLSys·im: First-Principles Infrastructure Modeling for
Machine Learning Systems".

Metadata-only patch; no code or API changes.

- mlsysim/CITATION.cff        : title + version 0.1.1 + date 2026-04-24
- mlsysim/README.md           : BibTeX snippet title + version 0.1.1
- mlsysim/mlsysim/core/walls.py : reference docstring
- mlsysim/pyproject.toml      : version 0.1.1
- mlsysim/mlsysim/__init__.py : __version__ = '0.1.1'
- mlsysim/CHANGELOG.md        : 0.1.1 entry
2026-04-24 14:51:11 -04:00

28 lines
1.0 KiB
YAML

cff-version: 1.2.0
message: "If you use mlsysim in your research or teaching, please cite it as below."
title: "MLSys·im: First-Principles Infrastructure Modeling for Machine Learning Systems"
type: software
authors:
- family-names: "Janapa Reddi"
given-names: "Vijay"
orcid: "https://orcid.org/0000-0002-5005-2564"
affiliation: "Harvard University"
version: "0.1.1"
date-released: "2026-04-24"
license: "Apache-2.0"
url: "https://mlsysbook.ai/mlsysim"
repository-code: "https://github.com/harvard-edge/cs249r_book"
keywords:
- machine learning systems
- analytical modeling
- roofline model
- performance estimation
- ML infrastructure
- educational tool
abstract: >-
mlsysim is a first-principles analytical modeling engine for machine learning
systems. It encodes 22 fundamental constraints ("walls") governing ML system
performance into composable solvers, enabling quantitative reasoning about
hardware, communication, economics, and sustainability — from sub-watt
microcontrollers to exaflop-scale training clusters.