Skip to content

Commit c5c3880

Browse files
authored
Update Makefile.win
changing compiler name from "dpcpp-cl" to "dpcpp"
1 parent 84ce0f1 commit c5c3880

File tree

1 file changed

+1
-1
lines changed
  • DirectProgramming/DPC++/DenseLinearAlgebra/matrix_mul

1 file changed

+1
-1
lines changed

DirectProgramming/DPC++/DenseLinearAlgebra/matrix_mul/Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DPCPP_CXX = dpcpp-cl
1+
DPCPP_CXX = dpcpp
22
DPCPP_CXXFLAGS = /Zi /EHsc
33
DPCPP_LDFLAGS =
44
DPCPP_EXE_NAME = matrix_mul_dpcpp.exe

0 commit comments

Comments
 (0)