Skip to content

try to remove the source cmd in the run part #1

try to remove the source cmd in the run part

try to remove the source cmd in the run part #1

Workflow file for this run

name: oneAPI-build
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
name: Run all kernels (CPU)
steps:
- uses: actions/checkout@v3
- uses: rscohn2/setup-oneapi@v0
with:
list: true
components: |
icx
ifx
ccl
dnn
dpl
ippcp
mkl
tbb
- name: Build kernels
run: |
source /opt/intel/oneapi/setvars.sh
cd dev/sycl
# Use the Intel DPC++ compiler (icpx) and run make
make CC=icx
- name: Run kernels
run: |
cd dev/sycl
make run_all CC=icx