Skip to content

Commit 539edbf

Browse files
committed
Update wording about default behavior
Clarify default behavior when `init_mode` or `implement_in_csr` are not specified.
1 parent e0966b0 commit 539edbf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sycl/doc/extensions/DeviceGlobal/SYCL_INTEL_device_global.asciidoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,9 @@ for other devices. The following values are supported:
545545
* `reset`: Initialization is performed by sending a reset signal to the device.
546546
This may increase area but may reduce reprogramming frequency.
547547

548-
If the `init_mode` property is not specified it may be set automatically to an
549-
implementation defined default.
548+
If the `init_mode` property is not specified, the default behavior is
549+
equivalent to one of the values listed above, but the choice is implementation
550+
defined.
550551

551552
a|
552553
[source,c++]
@@ -561,8 +562,9 @@ for other devices. The following values are supported:
561562
kernel arguments.
562563
* `false`: Access to this memory is done through a dedicated interface.
563564

564-
If the `implement_in_csr` property is not specified it may be set automatically
565-
to an implementation defined default.
565+
If the `implement_in_csr` property is not specified, the default behavior is
566+
equivalent to one of the values listed above, but the choice is implementation
567+
defined.
566568

567569
|===
568570

0 commit comments

Comments
 (0)