Skip to content

Commit c77b5d3

Browse files
committed
Resolve remaining TODOs
1 parent 72105ff commit c77b5d3

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

sycl/ReleaseNotes.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@ Release notes for commit range
55
...
66
[ebb3b4a21b3b0e](https://github.com/intel/llvm/commit/ebb3b4a21b3b0e977f44434781729df7de83e436)
77

8-
## TODO
9-
10-
commit https://github.com/intel/llvm/commit/29b4d855fa1a378e89182795e0d368304c40c3f6
11-
[SYCL][CUDA] Enable support of msvc math functions for nvptx target. (#14007)
12-
13-
commit https://github.com/intel/llvm/commit/4b14d706d93891cdb5b0e6a8d4b0b027c1d54ab8
14-
[SYCL][DeviceSanitizer] Use -asan-constructor-kind=none to disable ctor/dtor (#13259)
15-
was the bug really user-visible?
16-
commit https://github.com/intel/llvm/commit/2442ef047a4e9e9c135beed18a92029e1aad6cad
17-
[DeviceSanitizer] Disable handling no return calls (#14652)
18-
// bugfix?
19-
208
## New Features
219

2210
### SYCL Compiler
@@ -163,7 +151,7 @@ commit https://github.com/intel/llvm/commit/2442ef047a4e9e9c135beed18a92029e1aad
163151
- Added `-fsystem-debug` command line option to complement existing
164152
`-fno-system-debug`. intel/llvm#13256
165153
- Improved wording of an error about implicit `this` capture in a kernel. intel/llvm#14100
166-
- Improved `--save-temps` to work with `-fsycl-host-compiler`. intel/llvm#114751
154+
- Improved `--save-temps` to work with `-fsycl-host-compiler`. intel/llvm#14751
167155
- Improved error message about missing AMDGPU architecture when several values
168156
are passed into `-fsycl-targets`. intel/llvm#13078
169157
- Reduced list of commands invoked to generate dependencies using `-MD` flag
@@ -340,8 +328,7 @@ commit https://github.com/intel/llvm/commit/2442ef047a4e9e9c135beed18a92029e1aad
340328
performed in very limited amount of cases. intel/llvm#13088
341329
- Implemented new `fetch_image` overload which accepts sampled image and
342330
coordinates. intel/llvm#12447
343-
- Extended address sanitizer support to cover Intel GPU devices besides CPU
344-
devices. intel/llvm#13450
331+
- Extended address sanitizer support to cover Intel DG2 GPUs. intel/llvm#13450
345332
- Updated `info::device::max_mem_alloc_size` query to return total amount of
346333
a device memory for CUDA devices, because they have no limit on size of
347334
memory allocations. intel/llvm#13344
@@ -468,6 +455,9 @@ commit https://github.com/intel/llvm/commit/2442ef047a4e9e9c135beed18a92029e1aad
468455
- Fixed a bug with `shift_group_[right|left]`, `permute_by_xor` and
469456
`select_from_group` algorithms would return invalid values if used with
470457
`half` data type on AMD devices. intel/llvm#13016
458+
- Fixed a bug where compiling a program that contains kernels which make calls
459+
to standard C/C++ math functions would fail when targeting CUDA on Windows.
460+
intel/llvm#14007
471461

472462
### SYCL Library
473463

0 commit comments

Comments
 (0)