Skip to content

Commit 4171954

Browse files
authored
Merge pull request #518 from KhronosGroup/mkinsner_asyncwgcopy_formatting
Fix formatting by removing trailing 's'
2 parents 85ce930 + ee9c45e commit 4171954

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

adoc/chapters/programming_interface.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11907,7 +11907,7 @@ device_event async_work_group_copy(local_ptr<DataT> dest,
1190711907
a@ Deprecated in SYCL 2020.
1190811908
Has the same effect as the overload taking [code]#decorated_local_ptr#
1190911909
and [code]#decorated_global_ptr# except that the dest and src parameters
11910-
are [code]#multi_ptr#s with [code]#access::decorated::legacy#.
11910+
are [code]#multi_ptr# with [code]#access::decorated::legacy#.
1191111911

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

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

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

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

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

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

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

1249212492
a@
1249312493
[source]

0 commit comments

Comments
 (0)