File tree 1 file changed +6
-4
lines changed
sycl/doc/extensions/DeviceGlobal 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -545,8 +545,9 @@ for other devices. The following values are supported:
545
545
* `reset`: Initialization is performed by sending a reset signal to the device.
546
546
This may increase area but may reduce reprogramming frequency.
547
547
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.
550
551
551
552
a|
552
553
[source,c++]
@@ -561,8 +562,9 @@ for other devices. The following values are supported:
561
562
kernel arguments.
562
563
* `false`: Access to this memory is done through a dedicated interface.
563
564
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.
566
568
567
569
|===
568
570
You can’t perform that action at this time.
0 commit comments