Skip to content

Commit 40f97cc

Browse files
committed
Merge remote-tracking branch 'origin/main' into lighthouse-invoke
2 parents 6f29ea9 + c60d954 commit 40f97cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/examples.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
run: |-
2828
uv run python/examples/ingress/torch/mlp_from_model.py
2929
30-
- name: Run schedule application example
30+
- name: Run Compile And Run
3131
run: |-
32-
uv run python/examples/schedule/transform_a_payload_according_to_a_schedule.py
32+
uv run python/examples/mlir/compile_and_run.py
33+
34+
- name: Run apply basic schedule to basic payload
35+
run: |-
36+
uv run python/examples/schedule/transform_a_payload_according_to_a_schedule.py

0 commit comments

Comments
 (0)