Skip to content

Commit 31a362d

Browse files
committed
Remove Rodinia fp32 skip
1 parent e29a36d commit 31a362d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build_and_run.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ jobs:
178178
run: dpbench -i ${{env.WORKLOADS}} run -r2 --no-print-results --precision=${{matrix.precision}} || exit 1
179179

180180
- name: Run rodinia benchmarks
181-
# TODO: fix rodinia benchmark: https://github.com/IntelPython/dpbench/issues/316
182-
if: matrix.precision != 'single'
183181
run: dpbench -i ${{env.WORKLOADS}} --last-run run -r2 --no-print-results --rodinia --no-dpbench --precision=${{matrix.precision}} || exit 1
184182

185183
- name: Generate report

.github/workflows/conda-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ jobs:
197197
dpbench -i numpy -b azimint_hist run --npbench --precision=${{matrix.precision}}
198198
199199
- name: Run rodinia benchmark
200-
# TODO: fix rodinia benchmark: https://github.com/IntelPython/dpbench/issues/316
201-
if: matrix.precision != 'single'
202200
run: |
203201
dpbench run --rodinia --no-dpbench --no-validate -r 1 --precision=${{matrix.precision}}
204202

0 commit comments

Comments
 (0)