diff --git a/docs/09-sycl-memory.md b/docs/09-sycl-memory.md index c709f86..507113d 100644 --- a/docs/09-sycl-memory.md +++ b/docs/09-sycl-memory.md @@ -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