Skip to content

Commit

Permalink
Update 09-sycl-memory.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Dec 2, 2024
1 parent 825ec49 commit 667729c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/09-sycl-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ lang: en
- does not own the memory, it’s only a *constrained view* into it
- **accessor** objects are used to access the data
- various access modes, *read_write*, *read_only*, or *write_only*
- can target local memory, **target::local**
- can have also host accessors
- can target local memory, **local_accessor**
- can have also **host_accessor**s

# Buffers and Accesors II

Expand Down

0 comments on commit 667729c

Please sign in to comment.