chakra
chakra copied to clipboard
Synthesize Chakra ET Using Generative AI models
In paper Chakra: Advancing Performance Benchmarking and Co-design using Standardized Execution Traces , it's mentioned that chaka contains three main components:
- an ET schema, called Chakra ET that captures relevant execution and dependency information‡,
- open-source toolchains such as visualizers, converter, and simulators
- generative AI model for synthesizing execution traces.
but I can't find the third part about the generative AI model in this repository. I wonder how to use this model to generate et file or whether this part is opensource and available for use. Thank you.
Hey @nolem-77,
You can see https://github.com/astra-sim/symbolic_tensor_graph for more information. Thanks!