@@ -15,18 +15,18 @@ Release notes for commit range 4fc5ebe..bd68232
15
15
- Added support for SYCL 2020 exceptions [ 5c0f748] [ eef07606 ] [ 5af8c43d]
16
16
- Added support for [ SYCL_EXT_INTEL_BF16_CONVERSION extension] ( doc/extensions/experimental/SYCL_EXT_INTEL_BF16_CONVERSION.asciidoc )
17
17
[ 8075463]
18
- - Added support for fallback implementation of [ assert feature] ( doc/Assert.md )
18
+ - Added support for fallback implementation of [ assert feature] ( doc/design/ Assert.md )
19
19
[ 56c9ec4]
20
20
- Added support SYCL 2020 ` sycl::logical_and ` and ` sycl::logical_or ` operators
21
21
[ 6c077a0]
22
22
### Documentation
23
- - Added design document for [ optional kernel features] ( doc/OptionalDeviceFeatures.md )
23
+ - Added design document for [ optional kernel features] ( doc/design/ OptionalDeviceFeatures.md )
24
24
[ 88cfe16]
25
25
- Added [ SYCL_INTEL_bf16_conversion extension document] ( doc/extensions/experimental/SYCL_EXT_INTEL_BF16_CONVERSION.asciidoc )
26
26
[ 9f8cc3af]
27
27
- Align [ SYCL_EXT_ONEAPI_GROUP_MASK extension] ( doc/extensions/supported/SYCL_EXT_ONEAPI_SUB_GROUP_MASK.asciidoc )
28
28
with SYCL 2020 specification [ a06bd1fb]
29
- - Added [ documentation] ( doc/SYCLInstrumentationUsingXPTI.md ) of XPTI related
29
+ - Added [ documentation] ( doc/design/ SYCLInstrumentationUsingXPTI.md ) of XPTI related
30
30
tracing in SYCL [ 1308fe7b]
31
31
- Align ` SYCL_EXT_ONEAPI_LOCAL_MEMORY ` extension
32
32
[ document] ( doc/extensions/supported/SYCL_EXT_ONEAPI_LOCAL_MEMORY.asciidoc ) with SYCL 2020
@@ -1104,7 +1104,7 @@ Release notes for commit range c9d50752..5d7e0925
1104
1104
- The SYCL library doesn't guarantee stable API/ABI, so applications compiled
1105
1105
with older version of the SYCL library may not work with new one.
1106
1106
The workaround is to rebuild the application.
1107
- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1107
+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
1108
1108
- Using ` cl::sycl::program ` API to refer to a kernel defined in another
1109
1109
translation unit leads to undefined behavior
1110
1110
- Linkage errors with the following message:
@@ -1243,7 +1243,7 @@ Release notes for commit range 5976ff0..1fc0e4f
1243
1243
- The SYCL library doesn't guarantee stable API/ABI, so applications compiled
1244
1244
with older version of the SYCL library may not work with new one.
1245
1245
The workaround is to rebuild the application.
1246
- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1246
+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
1247
1247
- Using ` cl::sycl::program ` API to refer to a kernel defined in another
1248
1248
translation unit leads to undefined behavior
1249
1249
- Linkage errors with the following message:
@@ -1431,7 +1431,7 @@ Release notes for the commit range 75b3dc2..5976ff0
1431
1431
- The SYCL library doesn't guarantee stable API/ABI, so applications compiled
1432
1432
with older version of the SYCL library may not work with new one.
1433
1433
The workaround is to rebuild the application.
1434
- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1434
+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
1435
1435
- Using ` cl::sycl::program ` API to refer to a kernel defined in another
1436
1436
translation unit leads to undefined behavior
1437
1437
- Linkage errors with the following message:
@@ -1585,7 +1585,7 @@ Release notes for the commit range ba404be..24726df
1585
1585
- The SYCL library doesn't guarantee stable API/ABI, so applications compiled
1586
1586
with older version of the SYCL library may not work with new one.
1587
1587
The workaround is to rebuild the application.
1588
- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1588
+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
1589
1589
- Using ` cl::sycl::program ` API to refer to a kernel defined in another
1590
1590
translation unit leads to undefined behavior
1591
1591
- Linkage errors with the following message:
@@ -1661,7 +1661,7 @@ Release notes for the commit range ba404be..67d3d9e
1661
1661
- Updated prerequisites in GetStartedGuide(doc/GetStartedGuide.md) [ 5d0d034]
1662
1662
- Published a [ proposal] ( doc/extensions/KernelRHSAttributes/SYCL_INTEL_attribute_style.asciidoc )
1663
1663
for function-type attributes (right-sided) for kernel attributes [ 5d5351b]
1664
- - The [ compiler and runtime design doc] ( doc/CompilerAndRuntimeDesign.md ) has
1664
+ - The [ compiler and runtime design doc] ( doc/design/ CompilerAndRuntimeDesign.md ) has
1665
1665
been updated to describe the CUDA target and reflect changed action graphs
1666
1666
[ 91b597b] [ 212a26c]
1667
1667
- [ ExtendedAtomics documentation] ( doc/extensions/ExtendedAtomics/README.md )
@@ -1673,7 +1673,7 @@ Release notes for the commit range ba404be..67d3d9e
1673
1673
- Published [ device_specific_kernel_queries] ( doc/extensions/DeviceSpecificKernelQueries/SYCL_INTEL_device_specific_kernel_queries.asciidoc )
1674
1674
extension which rephrases work group queries as device-specific kernel
1675
1675
queries [ 4c07ff8]
1676
- - Added more information about the [ plugin interface (PI)] ( doc/PluginInterface.md )
1676
+ - Added more information about the [ plugin interface (PI)] ( doc/design/ PluginInterface.md )
1677
1677
[ 0614e9a]
1678
1678
- [ Contribution guidelines] ( ../CONTRIBUTING.md ) were simplified, now sign-off
1679
1679
line is not required [ 7886fd8]
@@ -1736,7 +1736,7 @@ Release notes for the commit range ba404be..67d3d9e
1736
1736
- The SYCL library doesn't guarantee stable API/ABI, so applications compiled
1737
1737
with older version of the SYCL library may not work with new one.
1738
1738
The workaround is to rebuild the application.
1739
- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1739
+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
1740
1740
- Using ` cl::sycl::program ` API to refer to a kernel defined in another
1741
1741
translation unit leads to undefined behavior
1742
1742
- Linkage errors with the following message:
0 commit comments