Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ bool operator!=(const T& lhs, const T& rhs)

|====

[[sec:properties]]
=== Properties

Each of the following <<sycl-runtime>> classes: [code]#accessor#,
Expand Down
4 changes: 3 additions & 1 deletion adoc/config/api_xrefs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@
info::partition_property::no_partition=sec:device-enum-partition-property \
info::partition_property::partition_equally=sec:device-enum-partition-property \
info::partition_property::partition_by_counts=sec:device-enum-partition-property \
info::partition_property::partition_by_affinity_domain=sec:device-enum-partition-property
info::partition_property::partition_by_affinity_domain=sec:device-enum-partition-property \
khr::is_property_v=api:khr-properties-is-property \
queue=sec:queue-class
1 change: 1 addition & 0 deletions adoc/extensions/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ include::sycl_khr_queue_flush.adoc[leveloffset=2]
include::sycl_khr_work_item_queries.adoc[leveloffset=2]
include::sycl_khr_static_addrspace_cast.adoc[leveloffset=2]
include::sycl_khr_dynamic_addrspace_cast.adoc[leveloffset=2]
include::sycl_khr_properties.adoc[leveloffset=2]
Loading
Loading