You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interaction between the InvokeSIMD extension and SYCL_EXTERNAL
functions was previously undefined. This commit clarifies when such
interactions are expected to fail and why.
Signed-off-by: John Pennycook <[email protected]>
Copy file name to clipboardExpand all lines: sycl/doc/extensions/InvokeSIMD/InvokeSIMD.asciidoc
+27-18Lines changed: 27 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -21,27 +21,26 @@ IMPORTANT: This specification is a draft.
21
21
22
22
NOTE: Khronos(R) is a registered trademark and SYCL(TM) and SPIR(TM) are trademarks of The Khronos Group Inc. OpenCL(TM) is a trademark of Apple Inc. used by permission by Khronos.
23
23
24
-
NOTE: This document is better viewed when rendered as html with asciidoctor. GitHub does not render image icons.
25
-
26
24
This extension introduces a mechanism to invoke explicitly vectorized functions
27
25
written using SIMD types from a SYCL kernel.
28
26
29
27
== Notice
30
28
31
-
Copyright (c) 2021 Intel Corporation. All rights reserved.
29
+
Copyright (c) 2021-2022 Intel Corporation. All rights reserved.
32
30
33
31
== Status
34
32
35
33
Working Draft
36
34
37
-
This is a preview extension specification, intended to provide early access to a feature for review and community feedback. When the feature matures, this specification may be released as a formal extension.
38
-
39
-
Because the interfaces defined by this specification are not final and are subject to change they are not intended to be used by shipping software products.
35
+
This is a proposed extension specification, intended to gather community
36
+
feedback. Interfaces defined in this specification may not be implemented yet
37
+
or may be in a preliminary state. The specification itself may also change in
38
+
incompatible ways before it is finalized. Shipping software products should not
0 commit comments