Skip to content
Open
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
5 changes: 3 additions & 2 deletions source/iface/common-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <iface-kernel-bundle>`,
:ref:`kernel`, :ref:`kernel_id`, :ref:`sycl::kernel_bundle`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you say that this link is misleading? Before your change, the link went to the right place. Now, there is no link.

: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
Expand Down