Skip to content

Commit

Permalink
attemp 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mspronesti committed Jul 28, 2024
1 parent 0f6a520 commit ee360ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- name: Setup vars
run: |
source /opt/intel/oneapi/setvars.sh
- name: Build all kernels
- name: Build kernels
run: |
cd dev/sycl
# Use the Intel DPC++ compiler (icpx) and run make
make CC=icpx
make CC=icx
- name: run all kernels
- name: Run kernels
run: |
cd dev/sycl
make run_all CC=icpx
make run_all CC=icx

0 comments on commit ee360ee

Please sign in to comment.