Skip to content

Commit 774aa3e

Browse files
committed
Minor changes after review
1 parent 80cbec7 commit 774aa3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tied-buffer/sycl-2.2/buffer-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
This proposal aims to define an interface for specialising the construction of the buffer class whilst still allowing buffers of different types to be stored in a generic container, via the use of buffer tags.
1616
Each tag represent a different property of a buffer.
17-
By defining properties for buffers and enabling expressing them independently from the
17+
By defining properties for buffers and allowing them to be expressed independently from the
1818
buffer API we simplify the SYCL specification and we enable future capabilities to be added
1919
seamlessly.
2020

@@ -64,7 +64,7 @@ With this interface, a user can specify a specialisation of the buffer class by
6464
6565
```cpp
6666
namespace property {
67-
struct map_ptr;
67+
struct map;
6868
struct cl_interop;
6969
struct gl_interop;
7070
struct svm; // SYCL 2.2 Only

0 commit comments

Comments
 (0)