Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,13 @@ valid if the associated USM device memory is freed through a call to the
`sycl::free` function.
_{endnote}_]

[_Note:_ For sub-page allocations, the implementation may need to share the
entire page with the other process. As a result, the other process may have
access to adjacent USM memory that happens to share the same page. Applications
should be aware of the potential security implications if the USM memory
contains sensitive information, and the other application isn't trusted.
_{endnote}_]

_Throws:_

* An exception with the `errc::feature_not_supported` error code if device
Expand Down
Loading