Skip to content

Commit cef0eed

Browse files
authored
[SYCL][DOC] Update buffer_location property spec (#5739)
Update spec accordingly to the changes from #5604. buffer_location property will be ignored if the device it passed to doesn't support it. Signed-off-by: mdimakov <[email protected]>
1 parent 1cd85d4 commit cef0eed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/doc/extensions/supported/sycl_ext_intel_buffer_location.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ a|
8282
```c++
8383
property::buffer_location
8484
``` | The buffer_location property notifies the SYCL device compiler that the given accessor will only ever point to the memory identified by the int template parameter of its instance class.
85-
It also notifies the SYCL runtime to store the given accessor in that memory. | Yes
85+
It also notifies the SYCL runtime to store the given accessor in that memory.
86+
This property is meaningful only when the kernel is submitted to a device that has more than one type of global memory (e.g. an FPGA). When a kernel using this property is submitted to a different device, the property is ignored. | Yes
8687
|===
8788
--
8889

0 commit comments

Comments
 (0)