Skip to content

Commit e9c9108

Browse files
authored
[SYCL][Doc] Fix broken issue references in ReleaseNotes (#15629)
1 parent a03dc0d commit e9c9108

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/ReleaseNotes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Release notes for commit range
3939
when compiling NVPTX. intel/llvm#14621
4040
- Added support for `::rand` and `::srand` in device code on Intel devices. intel/llvm#13506
4141
- 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
4343
- Added support for emitting multiple error reports via address sanitizer
4444
through `-fsanitize-recover=address`. intel/llvm#13948
4545
- Added initial support for
@@ -175,7 +175,7 @@ Release notes for commit range
175175
Please note that this functionality relies on the compile knowing which
176176
targets support which optional kernel features and that database is not yet
177177
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
179179
intel/llvm#14757 intel/llvm#13486 intel/llvm#13974 intel/llvm#13617
180180
- Enhanced compiler to annotate SYCL kernel arguments passed by value with
181181
`__grid_constant__` for CUDA backend. intel/llvm#14322
@@ -273,7 +273,7 @@ Release notes for commit range
273273
- Relaxed diagnostic about using virtual functions in SYCL kernels: now it is
274274
only emitted if a call is perfomed using virtual call mechanism, but it is not
275275
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
277277
- ESIMD API `inv` was extended to support `double` arguments. intel/llvm#13838
278278
- Enhanced validation (via `static_assert` mechanism) of template arguments of
279279
ESIMD `rdregion` and `wrregion` APIs. intel/llvm#13158
@@ -484,7 +484,7 @@ Release notes for commit range
484484
extension. intel/llvm#14522
485485
- Fixed a bug where defining kernel as a named functor whilst using
486486
`-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
488488
- Fixed an issue on CUDA & AMDGPU backends where `multi_ptr` relational
489489
operators taking `std::nullptr_t` would produce different results to their
490490
corresponding standard C++ helpers like `std::less`. intel/llvm#13201

0 commit comments

Comments
 (0)