Skip to content

heelim/mlir101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An out-of-tree MLIR dialect example

This is an example of an out-of-tree MLIR dialect along with a toy-opt tool to operate on that dialect.

Building

This setup assumes that you have built and installed LLVM and MLIR. To build and launch the tests, run

mkdir build && cd build
cmake -G Ninja ..
cmake --build . --target toy-opt

Note: If command cmake -G Ninja .. not working properly, Open mlir101/CMakeList.txt file and check if LLVM_DIR and MLIR_DIR is properly defined.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •