Skip to content

Commit d381661

Browse files
Re-enable numba_mlir workloads
1 parent 6d2ba70 commit d381661

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build_and_run.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
# sycl is not included. Add it manually if you need
12-
WORKLOADS: python,numpy,dpnp,numba_n,numba_np,numba_npr,numba_dpex_k,numba_dpex_n,numba_dpex_p
12+
WORKLOADS: python,numpy,dpnp,numba_n,numba_np,numba_npr,numba_dpex_k,numba_dpex_n,numba_dpex_p,numba_mlir_k,numba_mlir_n,numba_mlir_p
1313
PYTHONIOENCODING: 'utf-8'
1414

1515
jobs:
@@ -71,13 +71,6 @@ jobs:
7171
find ./environments -type f | xargs sed -i '/numba-mlir/d'
7272
find ./environments -type f | xargs sed -i 's/setuptools>=42,<64/setuptools/'
7373
74-
# TODO: remove once numba_mlir support python 3.11
75-
- name: Patch numpy dependency for Python 3.11
76-
if: matrix.python != '3.11'
77-
shell: bash -l {0}
78-
run: |
79-
echo "WORKLOADS=$WORKLOADS,numba_mlir_k,numba_mlir_n,numba_mlir_p" >> "$GITHUB_ENV"
80-
8174
- name: Setup miniconda
8275
uses: conda-incubator/setup-miniconda@v2
8376
with:
@@ -161,8 +154,6 @@ jobs:
161154
- name: Configure dpbench
162155
shell: bash -el {0}
163156
run: |
164-
# TODO: do we need GPU in github acions?
165-
echo "NUMBA_MLIR_GPU_RUNTIME=sycl" >> "GITHUB_ENV"
166157
# Turn off numba-dpex autofall back
167158
echo "NUMBA_DPEX_FALLBACK_ON_CPU=0" >> "GITHUB_ENV"
168159

0 commit comments

Comments
 (0)