File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -224,25 +224,8 @@ Release notes for commit range
224224
225225### Sanitizers
226226
227- - Only report warning if passing host ptr to kernel intel/llvm #16654
228- - Make ShadowMemory one instance per type intel/llvm #16687
229- - Fixed kernel name addressspace intel/llvm #16425
230- - Fix ASAN with kernel assert intel/llvm #16256
231- - Fix AcceeChain to a matrix for bfloat16 intel/llvm/16323
232- - Reduce the frequency of shadow memory reallocation to reduce memory overhead and improve runtime performance intel/llvm #16280 , intel/llvm #16258
233- - Fix device global type of KernelMetadata intel/llvm #16357
234-
235- - ada16682e8c3 [ DevASAN] Only report warning if passing host ptr to kernel (#16654 )
236- - seems like a potentially important bugfix
237- - ce4a320806b2 [ DeivceASAN] Make ShadowMemory one instance per type (#16687 )
238- - seems like some kind of bugfix
239- - ef4d66af3b74 [ DeviceSAN] Fix kernel name addressspace (#16425 )
240- - 1fba00d3be7d [ DeviceASAN] Fix ASAN with kernel assert (#16256 )
241- - 34aeabab551e [ SYCL] [ DeviceASAN ] Fix AcceeChain to a matrix for bfloat16 (#16323 )
242- - 6f3b0e857d15 [ DevASAN] Do allocation with USM pool to reduce memory overhead (#16280 )
243- - a8c6e7715be2 [ DeviceASAN] Re-use shadow if required size is not larger than last one (#16258 )
244- - As the above, some optimization of memory usage by ASAN?
245- - 201725664cc5 [ DeviceSanitizer] Fix device global type of KernelMetadata (#16357 )
227+ - Reduce the frequency of shadow memory reallocation to reduce memory overhead
228+ and improve runtime performance intel/llvm #16280 , intel/llvm #16258
246229
247230#### Address Sanitizer
248231
You can’t perform that action at this time.
0 commit comments