File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -382,15 +382,12 @@ Release notes for commit range 23ca0c2..27f59d8
382
382
- [ new] ` cuMemPrefetchAsync ` has issues on Windows. Hence, using
383
383
` sycl::queue::prefetch ` API on Windows might lead to failure [ 0c33048e4926]
384
384
- 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
387
387
` 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
389
389
running the 'copier' kernel and host-task after each kernel which uses
390
390
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
394
391
- Limit alignment of allocation requests at 64KB which is the only alignment
395
392
supported by Level Zero[ 7dfaf3bd]
396
393
- On the following scenario on Level Zero backend:
You can’t perform that action at this time.
0 commit comments