@@ -39,7 +39,7 @@ Release notes for commit range
39
39
when compiling NVPTX. intel/llvm #14621
40
40
- Added support for ` ::rand ` and ` ::srand ` in device code on Intel devices. intel/llvm #13506
41
41
- Added support for ` sm90a ` CUDA target architecture. intel/llvm #14075
42
- - Added support for detecting misaligned data accesses via address sanitizer. intell /llvm #14148
42
+ - Added support for detecting misaligned data accesses via address sanitizer. intel /llvm #14148
43
43
- Added support for emitting multiple error reports via address sanitizer
44
44
through ` -fsanitize-recover=address ` . intel/llvm #13948
45
45
- Added initial support for
@@ -175,7 +175,7 @@ Release notes for commit range
175
175
Please note that this functionality relies on the compile knowing which
176
176
targets support which optional kernel features and that database is not yet
177
177
fully complete. In particular, data for Lunar Lake and Battlemage Intel GPUs
178
- is still missing. intel/llvm #14590 intel/llvm #14188 intel/lvm #12727
178
+ is still missing. intel/llvm #14590 intel/llvm #14188 intel/llvm #12727
179
179
intel/llvm #14757 intel/llvm #13486 intel/llvm #13974 intel/llvm #13617
180
180
- Enhanced compiler to annotate SYCL kernel arguments passed by value with
181
181
` __grid_constant__ ` for CUDA backend. intel/llvm #14322
@@ -273,7 +273,7 @@ Release notes for commit range
273
273
- Relaxed diagnostic about using virtual functions in SYCL kernels: now it is
274
274
only emitted if a call is perfomed using virtual call mechanism, but it is not
275
275
emitted for non-virtual calls of virtual functions. See also
276
- KhronosGroup/SYCL-Docs #565 . intel/llvm #114051 intel/llvm #14141
276
+ KhronosGroup/SYCL-Docs #565 . intel/llvm #14051 intel/llvm #14141
277
277
- ESIMD API ` inv ` was extended to support ` double ` arguments. intel/llvm #13838
278
278
- Enhanced validation (via ` static_assert ` mechanism) of template arguments of
279
279
ESIMD ` rdregion ` and ` wrregion ` APIs. intel/llvm #13158
@@ -484,7 +484,7 @@ Release notes for commit range
484
484
extension. intel/llvm #14522
485
485
- Fixed a bug where defining kernel as a named functor whilst using
486
486
` -fno-sycl-unnamed-lambda ` would lead to a compilation error about unnamed
487
- lambdas being unsupported. intel/lvm #14614
487
+ lambdas being unsupported. intel/llvm #14614
488
488
- Fixed an issue on CUDA & AMDGPU backends where ` multi_ptr ` relational
489
489
operators taking ` std::nullptr_t ` would produce different results to their
490
490
corresponding standard C++ helpers like ` std::less ` . intel/llvm #13201
0 commit comments