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
Copy file name to clipboardExpand all lines: sycl/doc/extensions/experimental/sycl_ext_oneapi_device_global.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ Available if `PropertyListT::has_property<device_image_scope_key>() == false`.
346
346
347
347
Constructs a `device_global` object, and implicit storage for `T` in the global address space on each device that may access it.
348
348
349
-
The storage on each device for `T` is initialized with a copy of the initial value of `other`. The behavior is undefined if `other` has been written to prior to a call this constructor.
349
+
The storage on each device for `T` is initialized with a copy of the initial value of `other`. The behavior is undefined if `other` has been written to prior to a call to this constructor.
350
350
351
351
// --- ROW BREAK ---
352
352
a|
@@ -361,7 +361,7 @@ Available if `PropertyListT::has_property<device_image_scope_key>() == false` an
361
361
362
362
Constructs a `device_global` object, and implicit storage for `T` in the global address space on each device that may access it.
363
363
364
-
The storage on each device for `T` is initialized with a copy of the initial value of `other`. The behavior is undefined if `other` has been written to prior to a call this constructor.
364
+
The storage on each device for `T` is initialized with a copy of the initial value of `other`. The behavior is undefined if `other` has been written to prior to a call to this constructor.
0 commit comments