Skip to content

Commit

Permalink
add ws
Browse files Browse the repository at this point in the history
  • Loading branch information
mspronesti committed Jul 28, 2024
1 parent 327cf25 commit 831231b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push, pull_request]

jobs:
setup:
runs-on: ubuntu-latest
name: Setup OneAPI environment
runs-on: [ubuntu-latest, windows-latest]
name: Run all kernels (CPU)
steps:
- uses: actions/checkout@v3
- uses: rscohn2/setup-oneapi@v0
Expand All @@ -26,20 +26,14 @@ jobs:
source /opt/intel/oneapi/setvars.sh
printenv >> $GITHUB_ENV
run_kernels:
name: Run all kernels (CPU)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build kernels
run: |
run: |
cd dev/sycl
make CC=icx
make CC=icx
- name: Run kernels
run: |
cd dev/sycl
make run_all CC=icx

0 comments on commit 831231b

Please sign in to comment.