File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
sycl/doc/extensions/proposed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ This extension is written against the SYCL 2020 revision 5 specification. All
40
40
references below to the "core SYCL specification" or to section numbers in the
41
41
SYCL specification refer to that revision.
42
42
43
+ The marray specialization builds on the `sycl::ext::oneapi::complex` class,
44
+ therefore this extension is dependent on
45
+ link:sycl_ext_oneapi_complex.asciidoc[sycl_ext_oneapi_complex].
46
+
47
+
43
48
== Status
44
49
45
50
This is a proposed extension specification, intended to gather community
@@ -90,9 +95,7 @@ The `marray` class is specialized for the `sycl::ext::oneapi::complex`
90
95
class. The user interface of the `marray<sycl::ext::oneapi::complex, {N}>`
91
96
class is similar to the SYCL-2020 generic `marray` interface. Some logical,
92
97
bitwise, and arithmetic operators are deleted for the complex class as there is
93
- no equivalent. The marray specialization builds on the
94
- `sycl::ext::oneapi::complex` class, therfore this extension is dependent on
95
- link:sycl_ext_oneapi_complex.asciidoc[sycl_ext_oneapi_complex].
98
+ no equivalent.
96
99
97
100
The marray complex specialization is trivially copyable, and the type trait
98
101
`is_device_copyable` should resolve to `std::true_type`.
You can’t perform that action at this time.
0 commit comments