Skip to content

Commit 1079097

Browse files
committed
Apply changes for Sanitizers
1 parent d33e509 commit 1079097

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

sycl/ReleaseNotes.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)