Skip to content

Commit

Permalink
Merge pull request #518 from KhronosGroup/mkinsner_asyncwgcopy_format…
Browse files Browse the repository at this point in the history
…ting

Fix formatting by removing trailing 's'
  • Loading branch information
gmlueck committed Dec 14, 2023
2 parents 85ce930 + ee9c45e commit 4171954
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11907,7 +11907,7 @@ device_event async_work_group_copy(local_ptr<DataT> dest,
a@ Deprecated in SYCL 2020.
Has the same effect as the overload taking [code]#decorated_local_ptr#
and [code]#decorated_global_ptr# except that the dest and src parameters
are [code]#multi_ptr#s with [code]#access::decorated::legacy#.
are [code]#multi_ptr# with [code]#access::decorated::legacy#.

a@
[source]
Expand All @@ -11920,7 +11920,7 @@ device_event async_work_group_copy(global_ptr<DataT> dest,
a@ Deprecated in SYCL 2020.
Has the same effect as the overload taking [code]#decorated_local_ptr#
and [code]#decorated_global_ptr# except that the dest and src parameters
are [code]#multi_ptr#s with [code]#access::decorated::legacy#.
are [code]#multi_ptr# with [code]#access::decorated::legacy#.

a@
[source]
Expand All @@ -11933,7 +11933,7 @@ device_event async_work_group_copy(local_ptr<DataT> dest,
a@ Deprecated in SYCL 2020.
Has the same effect as the overload taking [code]#decorated_local_ptr#
and [code]#decorated_global_ptr# except that the dest and src parameters
are [code]#multi_ptr#s with [code]#access::decorated::legacy#.
are [code]#multi_ptr# with [code]#access::decorated::legacy#.

a@
[source]
Expand All @@ -11946,7 +11946,7 @@ device_event async_work_group_copy(global_ptr<DataT> dest,
a@ Deprecated in SYCL 2020.
Has the same effect as the overload taking [code]#decorated_local_ptr#
and [code]#decorated_global_ptr# except that the dest and src parameters
are [code]#multi_ptr#s with [code]#access::decorated::legacy#.
are [code]#multi_ptr# with [code]#access::decorated::legacy#.

a@
[source]
Expand Down Expand Up @@ -12448,7 +12448,7 @@ device_event async_work_group_copy(local_ptr<DataT> dest,
a@ Deprecated in SYCL 2020.
Has the same effect as the overload taking [code]#decorated_local_ptr#
and [code]#decorated_global_ptr# except that the dest and src parameters
are [code]#multi_ptr#s with [code]#access::decorated::legacy#.
are [code]#multi_ptr# with [code]#access::decorated::legacy#.

a@
[source]
Expand All @@ -12461,7 +12461,7 @@ device_event async_work_group_copy(global_ptr<DataT> dest,
a@ Deprecated in SYCL 2020.
Has the same effect as the overload taking [code]#decorated_local_ptr#
and [code]#decorated_global_ptr# except that the dest and src parameters
are [code]#multi_ptr#s with [code]#access::decorated::legacy#.
are [code]#multi_ptr# with [code]#access::decorated::legacy#.

a@
[source]
Expand All @@ -12474,7 +12474,7 @@ device_event async_work_group_copy(local_ptr<DataT> dest,
a@ Deprecated in SYCL 2020.
Has the same effect as the overload taking [code]#decorated_local_ptr#
and [code]#decorated_global_ptr# except that the dest and src parameters
are [code]#multi_ptr#s with [code]#access::decorated::legacy#.
are [code]#multi_ptr# with [code]#access::decorated::legacy#.

a@
[source]
Expand All @@ -12487,7 +12487,7 @@ device_event async_work_group_copy(global_ptr<DataT> dest,
a@ Deprecated in SYCL 2020.
Has the same effect as the overload taking [code]#decorated_local_ptr#
and [code]#decorated_global_ptr# except that the dest and src parameters
are [code]#multi_ptr#s with [code]#access::decorated::legacy#.
are [code]#multi_ptr# with [code]#access::decorated::legacy#.

a@
[source]
Expand Down

0 comments on commit 4171954

Please sign in to comment.