Skip to content

Commit

Permalink
Updated sycl::accessor
Browse files Browse the repository at this point in the history
Issue: KHRGA_30
  • Loading branch information
imvucic committed Nov 8, 2023
1 parent 2724292 commit 568d403
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 192 deletions.
21 changes: 20 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,26 @@ def make_ref(ref_str, ref_view, ref_sufix):
+ make_ref(
"SYCL_SPEC_COMMON_BYVAL", "Section 4.5.3", "#sec:byval-semantics"
)
+ make_ref(
"SYCL_SPEC_BUFFER_ACCESSOR",
"Section 4.7.6.9",
"#_buffer_accessor_for_commands",
)
+ make_ref(
"SYCL_ACCESS_CON",
"Table 56",
"#table.accessors.command.buffer.constructors",
)
+ make_ref(
"SYCL_ACCESSOR_COMMON_TYPES",
"Table 79",
"#table.accessors.common.types",
)
+ make_ref(
"SYCL_ACCESSOR_COMMON_MEMBERS",
"Table 80",
"#table.accessors.common.members",
)
+ f"""
.. _`SYCL Specification`: {sycl_ref_url}
.. |true| replace:: ``true``
Expand All @@ -140,7 +160,6 @@ def make_ref(ref_str, ref_view, ref_sufix):
.. |SYCL_SPEC| replace:: `SYCL Specification`_
.. |SYCL_SPEC_BUFFER| replace:: `SYCL Specification`_ Section 4.7.2
.. |SYCL_SPEC_IMAGE| replace:: `SYCL Specification`_ Section 4.7.3
.. |SYCL_SPEC_BUFFER_ACCESSOR| replace:: `SYCL Specification`_ Section 4.7.6.9
.. |SYCL_SPEC_LOCAL_ACCESSOR| replace:: `SYCL Specification`_ Section 4.7.6.11
.. |SYCL_SPEC_IMAGE_ACCESSOR| replace:: `SYCL Specification`_ Section 4.7.6.12
.. |SYCL_SPEC_MALLOC_DEVICE| replace:: `SYCL Specification`_ Section 4.8.5.1
Expand Down
Loading

0 comments on commit 568d403

Please sign in to comment.