Skip to content

Commit 7883b93

Browse files
committed
Clarify last comment a little more
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 6cb2cf3 commit 7883b93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_inter_process_communication.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,10 @@ or through freeing the USM device memory, the handle data is invalid and using
208208
it in the `put` and `open` functions will result in undefined behavior.
209209

210210
[_Note:_ Any pointers retrieved through a call to the `open` function in any
211-
process on the system will still be valid and must still be freed through calls
212-
to the `close` function.
211+
process on the system will still be valid after a call to the `put` function and
212+
must still be freed through calls to the `close` function. They are however no
213+
longer valid if the associated memory USM device memory was freed through a call
214+
to the `sycl::free` function.
213215
_{endnote}_]
214216

215217
!====

0 commit comments

Comments
 (0)