AutoScheduler Core is the foundational repository for building autoschedulers. It defines the base infrastructure and abstracts the complexities of the graph representation, nodes, transformations, and more. It is designed to provide a flexible and extensible framework for implementing autoschedulers.
- Clone the repo
git clone https://github.com/MLIR-Autoscheduler/coreAutoScheduler.git
- Build
mkdir build cd build/ cmake .. cmake --build .