Skip to content

Commit 667729c

Browse files
authored
Update 09-sycl-memory.md
1 parent 825ec49 commit 667729c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/09-sycl-memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ lang: en
3131
- does not own the memory, it’s only a *constrained view* into it
3232
- **accessor** objects are used to access the data
3333
- various access modes, *read_write*, *read_only*, or *write_only*
34-
- can target local memory, **target::local**
35-
- can have also host accessors
34+
- can target local memory, **local_accessor**
35+
- can have also **host_accessor**s
3636

3737
# Buffers and Accesors II
3838

0 commit comments

Comments
 (0)