Skip to content

Commit

Permalink
Merge branch 'KhronosGroup:main' into KHRGA-77_DA_local_accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
imvucic authored Nov 16, 2023
2 parents 1a44597 + ebd98e2 commit 57c2a90
Show file tree
Hide file tree
Showing 6 changed files with 399 additions and 22 deletions.
11 changes: 11 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,17 @@ 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_ACCESSORS", "Section 4.7.6", "#subsec:accessors")
+ make_ref(
"SYCL_SPEC_MD_ACC_LINEAR_RULES",
"Section 3.11.1",
"#sec:multi-dim-linearization",
)
+ make_ref(
"SYCL_SPEC_MD_ACC_SUBSCRIPT_OP",
"Section 3.11.2",
"#sec:multi-dim-subscript",
)
+ make_ref("SYCL_SPEC_BUFFER", "Section 4.7.2", "#subsec:buffers")
+ make_ref(
"SYCL_ACCESS_LOCAL_CON",
Expand Down
Loading

0 comments on commit 57c2a90

Please sign in to comment.