An open API service indexing awesome lists of open source software.

https://github.com/hatoo/melior-user-defined-dialect-example


https://github.com/hatoo/melior-user-defined-dialect-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Melior user defined dialect example

This is a sample project that demonstrates how to use the Melior with user defined dialects.

I built LLVM using

```
cmake -G Ninja ../llvm -DLLVM_ENABLE_PROJECTS=mlir -DLLVM_BUILD_EXAMPLES=ON -DLLVM_TARGETS_TO_BUILD="Native;NVPTX;AMDGPU" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_ENABLE_RTTI=ON
```