Skip to content

Commit 3277153

Browse files
author
Sergey Kanaev
committed
Add note
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent 40b7669 commit 3277153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/doc/KernelProgramCache.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ which is provided to methods of `cl::sycl::handler` (e.g. `parallel_for` or
102102
- Allow for caching of objects built with some build options.
103103
- Employ the same built object for multiple devices of the same ISA,
104104
capabilities and so on. *NOTE:* It's not really known if it's possible to
105-
check if two distinct devices are *exactly* the same.
105+
check if two distinct devices are *exactly* the same. Probably this should be
106+
an improvement request for plugins.
106107
- Improve testing: cover real use-cases. See currently covered cases [here](https://github.com/intel/llvm/blob/sycl/sycl/unittests/kernel-and-program/Cache.cpp).
107108

108109

0 commit comments

Comments
 (0)