Skip to content

Commit 4805f40

Browse files
sherry-yuangmlueck
andauthored
Update sycl/doc/extensions/experimental/sycl_ext_intel_runtime_buffer_location.asciidoc
Co-authored-by: Greg Lueck <[email protected]>
1 parent 63ea912 commit 4805f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/experimental/sycl_ext_intel_runtime_buffer_location.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ q.parallel_for(sycl::range<1>(N), [=] (sycl::id<1> i){
9191

9292
=== Changes to runtime properties
9393

94-
This extension adds the new property `sycl::ext::intel::experimental::property::usm::buffer_location` which applications can pass in the property_list parameter to all overloads of the `sycl::malloc_device()`, `sycl::malloc_shared()`, `sycl::malloc_host()` function. However, this property has no effect when passed to `sycl::malloc_shared()`, `sycl::malloc_host()`. Following is a synopsis of this property.
94+
This extension adds the new property `sycl::ext::intel::experimental::property::usm::buffer_location` which applications can pass in the property_list parameter to all overloads of the `sycl::malloc_device()`, `sycl::malloc_shared()`, and `sycl::malloc_host()` functions. However, this property has no effect when passed to `sycl::malloc_shared()` or `sycl::malloc_host()`. Following is a synopsis of this property.
9595

9696
[source,c++]
9797
----

0 commit comments

Comments
 (0)