Skip to content

Commit 8d28a70

Browse files
Update target for cuBLAS backend
1 parent 7e4c668 commit 8d28a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
-DTARGET_DOMAINS=blas \
122122
-DREF_BLAS_ROOT=/opt/lapack/ \
123123
-DhipSYCL_DIR=/opt/OpenSYCL/lib/cmake/hipSYCL \
124-
-DHIPSYCL_TARGETS="omp;hip:gfx906" \
124+
-DHIPSYCL_TARGETS="omp;cuda:sm_60" \
125125
-DONEMKL_SYCL_IMPLEMENTATION=hipsycl ..
126126
cmake --build . -j2
127127
cmake --install . --prefix /opt/oneMKL

0 commit comments

Comments
 (0)