We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfac225 commit deb636eCopy full SHA for deb636e
1 file changed
adoc/chapters/introduction.adoc
@@ -15,7 +15,7 @@ source files as normal {cpp} code, alongside any code intended to be run on a
15
system's host processor.
16
This concept, known as "`single-source`" programming, reduces the complexity of
17
heterogeneous programming for developers and gives compilers greater
18
-opportunities to optimize across the host-device boundary.
+opportunities to analyze/optimize across the host-device boundary.
19
20
// How does SYCL relate to C++?
21
SYCL is designed to be as close to standard {cpp} as possible, and some
0 commit comments