Skip to content

Commit

Permalink
Update book_errata.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesreinders authored Jul 21, 2021
1 parent 037b987 commit 019fe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book_errata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Some general comments:

(1) use DPC++ (dpcpp) to compile SYCL code and for the final program linking
While any compiler can be used to compile host code (such as g++), dpcpp must be used for kernel
code and to invoke the final linkage. This is becasue only dpcpp knows that this is a SYCL program.
code and to invoke the final linkage. This is because only dpcpp knows that this is a SYCL program.
Using another compiler to do the final linkage will not result in a functional SYCL program.
There are probably several places in the book that we could have pointed this out - and we did not.

0 comments on commit 019fe33

Please sign in to comment.