Skip to content

Commit c60d954

Browse files
authored
[CI] Add mlir example (#21)
Adds MLIR example to CI pipeline.
1 parent fdc9b53 commit c60d954

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/examples.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ jobs:
2525
2626
- name: Run MLP From Module
2727
run: |-
28-
uv run python/examples/ingress/torch/mlp_from_model.py
28+
uv run python/examples/ingress/torch/mlp_from_model.py
29+
30+
- name: Run Compile And Run
31+
run: |-
32+
uv run python/examples/mlir/compile_and_run.py

0 commit comments

Comments
 (0)