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 @@ -17,7 +17,7 @@ This document describes an extension that introduces a +sycl::ext::oneapi::prope
|===

|Property |Description
|`syc::ext::oneapi::property::buffer::use_pinned_host_memory`
|`sycl::ext::oneapi::property::buffer::use_pinned_host_memory`
| The `use_pinned_host_memory` property adds the requirement that the SYCL runtime must allocate host pinned memory for the `sycl::buffer`. The property cannot be used with the `sycl::buffer` constructors that take hostData parameter, a SYCL exception with errc::invalid error code must be thrown in this case.
|===

Expand All @@ -29,7 +29,7 @@ supporting this extension must predefine the macro
`SYCL_EXT_ONEAPI_USE_PINNED_HOST_MEMORY_PROPERTY` to one of the values defined
in the table below. Applications can test for the existence of this macro to
determine if the implementation supports this feature, or applications can test
the macros value to determine which of the extensions APIs the implementation
the macro's value to determine which of the extension's APIs the implementation
supports.

[%header,cols="1,5"]
Expand Down