https://github.com/mlcommons/chakra-old
Repository for MLCommons Chakra schema and tools
https://github.com/mlcommons/chakra-old
Last synced: 11 months ago
JSON representation
Repository for MLCommons Chakra schema and tools
- Host: GitHub
- URL: https://github.com/mlcommons/chakra-old
- Owner: mlcommons
- License: apache-2.0
- Archived: true
- Created: 2023-01-18T13:03:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T13:39:06.000Z (over 2 years ago)
- Last Synced: 2025-06-09T14:13:08.336Z (about 1 year ago)
- Language: Python
- Homepage: https://mlcommons.org/working-groups/research/chakra/
- Size: 2.62 MB
- Stars: 39
- Watchers: 7
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Chakra
Chakra is an open and interoperable graph-based representation of AI/ML workloads focused on enabling and accelerating AI SW/HW co-design. Chakra execution traces represent key operations, such as compute, memory, and communication, data and control dependencies, timing, and resource constraints.
This is a repository of Chakra schema and a complementary set of tools and capabilities to enable the collection, analysis, generation, and adoption of Chakra execution traces by a broad range of simulators, emulators, and replay tools.
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 [`INSTALL`](INSTALL.md) for details.
## License
Chakra is released under the MIT license. Please see the [`LICENSE.md`](LICENSE.md) file for more information.
## Contributing
We actively welcome your pull requests! Please see [`CONTRIBUTING.md`](CONTRIBUTING.md) for more info.