From 72ce302cc4771cfc88004b68286b1fcbf7b293b3 Mon Sep 17 00:00:00 2001 From: Gordon Brown Date: Fri, 19 Apr 2024 15:40:01 +0100 Subject: [PATCH] Clarifications to command interfaces section * Add missing reference to `stream` class. * Remove misleading link for `kernel_bundle` class. --- source/iface/common-reference.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/iface/common-reference.rst b/source/iface/common-reference.rst index 09b7a691..3336968c 100644 --- a/source/iface/common-reference.rst +++ b/source/iface/common-reference.rst @@ -12,9 +12,10 @@ Each of the following SYCL runtime classes: :ref:`command-accessor`, :ref:`buffer`, :ref:`context`, :ref:`device`, :ref:`device_image`, :ref:`event`, :ref:`host_accessor`, :ref:`host_sampled_image_accessor`, :ref:`host_unsampled_image_accessor`, -:ref:`kernel`, :ref:`kernel_id`, :ref:`sycl::kernel_bundle `, +:ref:`kernel`, :ref:`kernel_id`, :ref:`sycl::kernel_bundle`, :ref:`local_accessor`, :ref:`platform`, :ref:`queue`, :ref:`sampled_image`, -:ref:`sampled_image_accessor`, :ref:`unsampled_image` and :ref:`unsampled_image_accessor` +:ref:`sampled_image_accessor`, :ref:`stream`, :ref:`unsampled_image`, +:ref:`unsampled_image_accessor` must obey the following statements, where ``T`` is the runtime class type: * ``T`` must be copy constructible and copy assignable in the host application