We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f29ea9 + c60d954 commit 40f97ccCopy full SHA for 40f97cc
.github/workflows/examples.yml
@@ -27,6 +27,10 @@ jobs:
27
run: |-
28
uv run python/examples/ingress/torch/mlp_from_model.py
29
30
- - name: Run schedule application example
+ - name: Run Compile And Run
31
32
- uv run python/examples/schedule/transform_a_payload_according_to_a_schedule.py
+ 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