Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 720 Bytes

File metadata and controls

25 lines (20 loc) · 720 Bytes

coreAutoScheduler

Getting Started

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.

Prerequisites:

Required
  1. CMake: version 3.20 or greater.
  2. Gcc : version 13.2.

Build:

  1. Clone the repo
    git clone https://github.com/MLIR-Autoscheduler/coreAutoScheduler.git
  2. Build
     mkdir build
     cd build/
     cmake .. 
     cmake --build .