Skip to content

Modern-Compilers-Lab/coreAutoScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published