We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb31e3d commit 1f85d37Copy full SHA for 1f85d37
sycl/doc/extensions/experimental/sycl_ext_oneapi_memory_export.asciidoc
@@ -225,10 +225,10 @@ Constraints: `ExternalMemHandleType` is either
225
`external_mem_handle_type::win32_nt_handle`.
226
227
When `ExternalMemHandleType` is `external_mem_handle_type::opaque_fd`, the
228
-`__return_type__` is `int`.
+`+__return_type__+` is `int`.
229
230
When `ExternalMemHandleType` is `external_mem_handle_type::win32_nt_handle`, the
231
-`__return_type__` is `void *`.
+`+__return_type__+` is `void *`.
232
233
The `export_device_mem_handle` function accepts a `void *` representing a device
234
allocation made using `alloc_exportable_device_mem`.
0 commit comments