From 667729c2cd10cd8a44ea64b36fe6229ba00f22f3 Mon Sep 17 00:00:00 2001 From: Cristian-Vasile Achim <66278390+csccva@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:30:55 +0200 Subject: [PATCH] Update 09-sycl-memory.md --- docs/09-sycl-memory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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