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).
This project uses CMake for building. Follow these steps:
mkdir build && cd build2️⃣ Run CMake
cmake ..3️⃣ Compile the Project
make🚀 Running the Application
Once built, you can run the application using:
./bin/appHappy coding! 🚀✨