Skip to content

Commit 7eccf4f

Browse files
committed
fix known issues
1 parent 8bd8e3e commit 7eccf4f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

sycl/ReleaseNotes.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,15 +382,12 @@ Release notes for commit range 23ca0c2..27f59d8
382382
- [new] `cuMemPrefetchAsync` has issues on Windows. Hence, using
383383
`sycl::queue::prefetch` API on Windows might lead to failure [0c33048e4926]
384384
- SYCL 2020 barriers show worse performance than SYCL 1.2.1 do [18c80fa]
385-
- [new] When using fallback assert in separate compilation flow it requires
386-
explicit linking against `lib/libsycl-fallback-cassert.o` or
385+
- When using fallback assert in separate compilation flow it requires explicit
386+
linking against `lib/libsycl-fallback-cassert.o` or
387387
`lib/libsycl-fallback-cassert.spv`
388-
- [new] Performance may be impacted by JIT-ing an extra 'copier' kernel and due
388+
- Performance may be impacted by JIT-ing an extra 'copier' kernel and due
389389
running the 'copier' kernel and host-task after each kernel which uses
390390
assert
391-
- [new] When a two-step AOT build is used and there's at least a single call
392-
to devicelib function from within kernel, the device binary image gets
393-
corrupted
394391
- Limit alignment of allocation requests at 64KB which is the only alignment
395392
supported by Level Zero[7dfaf3bd]
396393
- On the following scenario on Level Zero backend:

0 commit comments

Comments
 (0)