Skip to content

Commit 0142d6a

Browse files
author
Sergey Kanaev
committed
Address comments.
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent 3277153 commit 0142d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/KernelProgramCache.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ kernels and/or device functions.
7878
## Data structure of cache
7979

8080
The cache stores underlying PI objects behind `cl::sycl::program` and
81-
`cl::sycl::kernel` user-levelobjects in a per-context data storage. The storage
81+
`cl::sycl::kernel` user-level objects in a per-context data storage. The storage
8282
consists of two maps: one is for programs and the other is for kernels.
8383

8484
The programs map's key consists of three components: kernel set id<sup>[1](#what-is-ksid)</sup>,
@@ -187,7 +187,7 @@ class implements RAII to make code look cleaner a bit. Now, GetCache function
187187
will return the mapping to be employed that includes the 3 components: kernel
188188
name, device as well as any specialization constants. These get added to
189189
`BuildResult` and are cached. The `BuildResult` structure is specialized with
190-
either `PiKernel` or `PiProgram`<sup>[1](#remove-program)</sup>.
190+
either `PiKernel` or `PiProgram`<sup>[1](#remove-pointer)</sup>.
191191

192192

193193
### Core of caching mechanism

0 commit comments

Comments
 (0)