Skip to content

Commit

Permalink
Add command to build oneMKL
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsfriess committed Jun 20, 2022
1 parent 159db62 commit f87e040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux_hipsycl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
mkdir build
cd build
cmake -DENABLE_CUBLAS_BACKEND=False -DENABLE_MKLGPU_BACKEND=False -DENABLE_NETLIB_BACKEND=False -DENABLE_ROCBLAS_BACKEND=True -DTARGET_DOMAINS=blas -DMKL_ROOT=/opt/intel/mkl/latest/ -DHIPSYCL_TARGETS=omp\;hip:gfx906 -DONEMKL_SYCL_IMPLEMENTATION=hipSYCL ..
make -j8
- name: Run oneMKL tests
run: |
cd /home/runner/oneMKL
Expand Down

0 comments on commit f87e040

Please sign in to comment.