Skip to content

Commit 2c0acab

Browse files
committed
enable simple CI test
1 parent 787f9f9 commit 2c0acab

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Run lit-enabled examples as tests
2929
run: |
3030
export FILECHECK=FileCheck-18 # Ubuntu's llvm-dev appends a version number.
31-
uv run lit python/examples # Makes sure to substitute FileCheck for $FILECHECK
31+
uv run lit python/examples --verbose # Makes sure to substitute FileCheck for $FILECHECK
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.excludes = ["README.md", "mlir_utils.py", "payload.py", "runner.py", "schedule.py"]

python/examples/xegpu_matmul/matmul.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# RUN: %PYTHON %s --dump-kernel=final
2+
13
"""
24
XeGPU matrix multiplication benchmark.
35
"""

0 commit comments

Comments
 (0)