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

https://github.com/sdasgup3/mlir-tutorial


https://github.com/sdasgup3/mlir-tutorial

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# mlir-tutorial

## Build system

```
bazel build @llvm-project//mlir:IR
bazel build @llvm-project//mlir/...:all
bazel run @llvm-project//mlir:mlir-opt -- --help
```