Skip to content

johnmaxrin/BlogCodeBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MLIR Rewrite Patterns Tutorial 🚀

This repository contains code examples for understanding MLIR Rewrite Patterns. It accompanies the tutorial on how to transform MLIR operations using Declarative Rewrite Rules (DRR).


🛠️ Building the Project

This project uses CMake for building. Follow these steps:

1️⃣ Create a Build Directory

mkdir build && cd build

2️⃣ Run CMake

cmake ..

3️⃣ Compile the Project

make

🚀 Running the Application

Once built, you can run the application using:

./bin/app

Happy coding! 🚀✨

About

This repository hosts all the codebases related to my blogs, organized into separate branches. Each branch corresponds to a specific blog post, containing the relevant scripts, examples, and resources. The repository is designed to provide practical insights and hands-on demonstrations for topics discussed in the blogs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors