Skip to content

Commit deb636e

Browse files
committed
Add "analyze" alongside "optimize" in introduction
1 parent bfac225 commit deb636e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adoc/chapters/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source files as normal {cpp} code, alongside any code intended to be run on a
1515
system's host processor.
1616
This concept, known as "`single-source`" programming, reduces the complexity of
1717
heterogeneous programming for developers and gives compilers greater
18-
opportunities to optimize across the host-device boundary.
18+
opportunities to analyze/optimize across the host-device boundary.
1919

2020
// How does SYCL relate to C++?
2121
SYCL is designed to be as close to standard {cpp} as possible, and some

0 commit comments

Comments
 (0)