Skip to content

Commit 773bb96

Browse files
authored
nvgpu e2e transform example (#60)
1 parent edd5940 commit 773bb96

20 files changed

+2645
-130
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
sed -i.bak 's/OUTPUT_TIMEOUT = 10/OUTPUT_TIMEOUT = 100/g' \
134134
$(python -c 'import site; print(site.getsitepackages()[0])')/jupyter_client/runapp.py
135135
BRANCH=${{ github.ref_name }} jupyter run examples/mlir_python_extras.ipynb
136+
BRANCH=${{ github.ref_name }} jupyter run examples/vectorization_e2e.ipynb
136137
137138
mlir-bindings-aarch64:
138139

0 commit comments

Comments
 (0)