Commit efa7b0d
authored
[SYCL] Specify kernels in kernel_bundle for MultipleDevsCache (#7188)
This commit changes the ProgramRetain test in MultipleDevsCache to be
explicit about which kernels should be included in the corresponding
kernel bundle. This prevents the kernel bundle from inadvertently
building programs that are unrelated to the test.
Signed-off-by: Larsen, Steffen <[email protected]>1 parent c47473e commit efa7b0d
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | | - | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments