Skip to content

Commit

Permalink
Updated local accessors from Data access chapter
Browse files Browse the repository at this point in the history
Issue: KHRGA-77
  • Loading branch information
imvucic committed Nov 15, 2023
1 parent 93d240f commit 1a44597
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 73 deletions.
20 changes: 20 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,26 @@ def make_ref(ref_str, ref_view, ref_sufix):
"SYCL_SPEC_COMMON_BYVAL", "Section 4.5.3", "#sec:byval-semantics"
)
+ make_ref("SYCL_SPEC_BUFFER", "Section 4.7.2", "#subsec:buffers")
+ make_ref(
"SYCL_ACCESS_LOCAL_CON",
"Table 77",
"#table.accessors.local.constructors",
)
+ make_ref(
"SYCL_ACCESSOR_READ_ONLY_BUFF_CMD",
"4.7.6.9.3",
"#sec:accessor.command.buffer.conversions",
)
+ make_ref(
"SYCL_ACCESSOR_READ_ONLY_BUFF_HOST",
"4.7.6.10.3",
"#sec:accessor.host.buffer.conversions",
)
+ make_ref(
"SYCL_ACCESSOR_READ_ONLY_LOCAL",
"4.7.6.11.2",
"#sec:accessor.local.conversions",
)
+ f"""
.. _`SYCL Specification`: {sycl_ref_url}
.. |true| replace:: ``true``
Expand Down
Loading

0 comments on commit 1a44597

Please sign in to comment.