Skip to content

Commit

Permalink
Disable numba-mlir and rodinia
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshyoga committed Mar 26, 2024
1 parent e71cf4f commit 17fe2c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# sycl is not included. Add it manually if you need
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
WORKLOADS: python,numpy,dpnp,numba_n,numba_np,numba_npr,numba_dpex_k,numba_dpex_n,numba_dpex_p
PYTHONIOENCODING: 'utf-8'

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

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

- name: Generate report
run: dpbench -i ${{env.WORKLOADS}} report || exit 1
1 change: 0 additions & 1 deletion environments/conda-linux-sycl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies:
- dpctl
- dpnp
- numba-dpex
- numba-mlir
# TODO: fix issues on conda-forge build
- intel::dpcpp_linux-64==2024.0.0
- intel::dpcpp-cpp-rt==2024.0.0
Expand Down
1 change: 0 additions & 1 deletion environments/conda-win-sycl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies:
- dpctl
- dpnp
- numba-dpex
- numba-mlir
# TODO: switch to conda-forge, but it results in broken OpenCL rt (see below)
# - conda-forge::dpcpp_win-64
- intel::dpcpp_win-64==2024.0.0
Expand Down
1 change: 0 additions & 1 deletion environments/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ dependencies:
- dpctl
- dpnp
- numba-dpex
- numba-mlir

0 comments on commit 17fe2c0

Please sign in to comment.