Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,26 @@ This is a repository of Chakra schema and a complementary set of tools and capab

Chakra is under active development as a [MLCommons](https://mlcommons.org/en)® research project. Please see [MLCommons Chakra Working Group](https://mlcommons.org/en/groups/research-chakratracebench/) for more details for participating in this effort.

A detailed description of the original motivation and guiding principles can be found [here](https://arxiv.org/abs/2305.14516). The paper was published prior to Chakra becoming a MLCommons project. Please cite this repository to refer to the latest Chakra schema and tools.

## Installation

Check out [`USER_GUIDE`](USER_GUIDE.md) for details.

## Resources

Please fine following useful resources about Chakra:
- [Chakra Wiki](https://github.com/mlcommons/chakra/wiki)
- [Chakra Traces Library](https://drive.google.com/drive/folders/1r6OngjmeEZkYezOW_7h6nG-0DD-rfxkI?usp=drive_link)

A detailed description of the original motivation and guiding principles can be found [here](https://arxiv.org/abs/2305.14516). The paper was published prior to Chakra becoming a MLCommons project. Please cite the following paper when referring to the latest Chakra schema and tools.
```bibtex
@inproceedings{sridharan2026mlcommonschakra,
title = {MLCommons Chakra: Advancing Performance Benchmarking and Co-design using Standardized Execution Traces},
author = {Sridharan, Srinivas and Balogh, Andy and Beckmann, Bradford M. and Coutinho, Brian and Feng, Louis and Fu, Sheng and Gao, Sanshan and Garakani, Mehryar and Heo, Taekyung and Kanter, David and Ladd, Josh and Li, Ziwei and Liu, Winston and Man, Changhai and Mihailescu, Dan and More, Spandan and Park, Joongun and Ramachandran, Ashwin and Ramakrishnaiah, Vinay and Rashidi, Saeed and Reddi, Vijay Janapa and Sharma, Puneet and Tian, Phio and Won, William and Wu, Hanjiang and Xu, Huan and Yoo, Jinsun and Krishna, Tushar},
booktitle = {Proceedings of the Ninth Annual Conference on Machine Learning and Systems},
year = {2026}
}
```

## License

Chakra is released under the MIT license. Please see the [`LICENSE.md`](LICENSE.md) file for more information.
Expand Down
Loading