Skip to content

Commit 652ea4d

Browse files
committed
Disable numba-mlir and rodinia
1 parent f48b5a4 commit 652ea4d

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/workflows/build_and_run.yml

Lines changed: 4 additions & 4 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,numba_mlir_k,numba_mlir_n,numba_mlir_p
12+
WORKLOADS: python,numpy,dpnp,numba_n,numba_np,numba_npr,numba_dpex_k,numba_dpex_n,numba_dpex_p
1313
PYTHONIOENCODING: 'utf-8'
1414

1515
jobs:
@@ -68,7 +68,6 @@ jobs:
6868
shell: bash -l {0}
6969
run: |
7070
find ./environments -type f | xargs sed -i 's/intel::numpy/numpy/'
71-
find ./environments -type f | xargs sed -i '/numba-mlir/d'
7271
find ./environments -type f | xargs sed -i 's/setuptools>=42,<64/setuptools/'
7372
7473
- name: Setup miniconda
@@ -168,8 +167,9 @@ jobs:
168167
- name: Run benchmarks
169168
run: dpbench -i ${{env.WORKLOADS}} run -r2 --no-print-results --precision=${{matrix.precision}} || exit 1
170169

171-
- name: Run rodinia benchmarks
172-
run: dpbench -i ${{env.WORKLOADS}} --last-run run -r2 --no-print-results --rodinia --no-dpbench --precision=${{matrix.precision}} || exit 1
170+
# TODO: Re-enable rodinia benchmarks in CI once workloads have been changed to new numba-dpex API
171+
# - name: Run rodinia benchmarks
172+
# run: dpbench -i ${{env.WORKLOADS}} --last-run run -r2 --no-print-results --rodinia --no-dpbench --precision=${{matrix.precision}} || exit 1
173173

174174
- name: Generate report
175175
run: dpbench -i ${{env.WORKLOADS}} report || exit 1

environments/conda-linux-sycl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323
- dpctl
2424
- dpnp
2525
- numba-dpex
26-
- numba-mlir
2726
# TODO: fix issues on conda-forge build
2827
- intel::dpcpp_linux-64==2024.0.0
2928
- intel::dpcpp-cpp-rt==2024.0.0

environments/conda-win-sycl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies:
2323
- dpctl
2424
- dpnp
2525
- numba-dpex
26-
- numba-mlir
2726
# TODO: switch to conda-forge, but it results in broken OpenCL rt (see below)
2827
# - conda-forge::dpcpp_win-64
2928
- intel::dpcpp_win-64==2024.0.0

environments/conda.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ dependencies:
2424
- dpctl
2525
- dpnp
2626
- numba-dpex
27-
- numba-mlir

0 commit comments

Comments
 (0)