https://github.com/sdasgup3/mlir-tutorial
https://github.com/sdasgup3/mlir-tutorial
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdasgup3/mlir-tutorial
- Owner: sdasgup3
- Created: 2024-08-02T22:17:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T00:48:47.000Z (about 1 year ago)
- Last Synced: 2025-02-15T04:20:41.911Z (8 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```