@@ -5,18 +5,6 @@ Release notes for commit range
5
5
...
6
6
[ ebb3b4a21b3b0e] ( https://github.com/intel/llvm/commit/ebb3b4a21b3b0e977f44434781729df7de83e436 )
7
7
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
-
20
8
## New Features
21
9
22
10
### SYCL Compiler
@@ -163,7 +151,7 @@ commit https://github.com/intel/llvm/commit/2442ef047a4e9e9c135beed18a92029e1aad
163
151
- Added ` -fsystem-debug ` command line option to complement existing
164
152
` -fno-system-debug ` . intel/llvm #13256
165
153
- 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
167
155
- Improved error message about missing AMDGPU architecture when several values
168
156
are passed into ` -fsycl-targets ` . intel/llvm #13078
169
157
- Reduced list of commands invoked to generate dependencies using ` -MD ` flag
@@ -340,8 +328,7 @@ commit https://github.com/intel/llvm/commit/2442ef047a4e9e9c135beed18a92029e1aad
340
328
performed in very limited amount of cases. intel/llvm #13088
341
329
- Implemented new ` fetch_image ` overload which accepts sampled image and
342
330
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
345
332
- Updated ` info::device::max_mem_alloc_size ` query to return total amount of
346
333
a device memory for CUDA devices, because they have no limit on size of
347
334
memory allocations. intel/llvm #13344
@@ -468,6 +455,9 @@ commit https://github.com/intel/llvm/commit/2442ef047a4e9e9c135beed18a92029e1aad
468
455
- Fixed a bug with ` shift_group_[right|left] ` , ` permute_by_xor ` and
469
456
` select_from_group ` algorithms would return invalid values if used with
470
457
` 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
471
461
472
462
### SYCL Library
473
463
0 commit comments