Skip to content

Commit

Permalink
Update target for cuBLAS backend
Browse files Browse the repository at this point in the history
  • Loading branch information
normallytangent committed Apr 26, 2023
1 parent 7e4c668 commit 8d28a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
-DTARGET_DOMAINS=blas \
-DREF_BLAS_ROOT=/opt/lapack/ \
-DhipSYCL_DIR=/opt/OpenSYCL/lib/cmake/hipSYCL \
-DHIPSYCL_TARGETS="omp;hip:gfx906" \
-DHIPSYCL_TARGETS="omp;cuda:sm_60" \
-DONEMKL_SYCL_IMPLEMENTATION=hipsycl ..
cmake --build . -j2
cmake --install . --prefix /opt/oneMKL
Expand Down

0 comments on commit 8d28a70

Please sign in to comment.