You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sycl/doc/KernelProgramCache.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,8 @@ which is provided to methods of `cl::sycl::handler` (e.g. `parallel_for` or
102
102
- Allow for caching of objects built with some build options.
103
103
- Employ the same built object for multiple devices of the same ISA,
104
104
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.
106
107
- 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).
0 commit comments