Skip to content

Commit 6963ce3

Browse files
authored
Merge pull request KhronosGroup#831 from Pennycook/clarification/thread-safety
Clarify thread-safety guarantees
2 parents eb54535 + ffe9519 commit 6963ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adoc/chapters/programming_interface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ available for any <<backend, SYCL backends>>, with the exception of the
1111
interoperability interface, which is described in general terms in this
1212
document, not pertaining to any particular <<backend>>.
1313

14-
SYCL guarantees that all the member functions and special member functions of
15-
the SYCL classes described are thread safe.
14+
All functions defined in this specification are thread-safe, unless otherwise
15+
specified.
1616

1717
The underlying types for all enumerations defined in this specification are
1818
implementation-defined.

0 commit comments

Comments
 (0)