@@ -15,18 +15,18 @@ Release notes for commit range 4fc5ebe..bd68232
1515 - Added support for SYCL 2020 exceptions [ 5c0f748] [ eef07606 ] [ 5af8c43d]
1616 - Added support for [ SYCL_EXT_INTEL_BF16_CONVERSION extension] ( doc/extensions/experimental/SYCL_EXT_INTEL_BF16_CONVERSION.asciidoc )
1717 [ 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 )
1919 [ 56c9ec4]
2020 - Added support SYCL 2020 ` sycl::logical_and ` and ` sycl::logical_or ` operators
2121 [ 6c077a0]
2222### Documentation
23- - Added design document for [ optional kernel features] ( doc/OptionalDeviceFeatures.md )
23+ - Added design document for [ optional kernel features] ( doc/design/ OptionalDeviceFeatures.md )
2424 [ 88cfe16]
2525 - Added [ SYCL_INTEL_bf16_conversion extension document] ( doc/extensions/experimental/SYCL_EXT_INTEL_BF16_CONVERSION.asciidoc )
2626 [ 9f8cc3af]
2727 - Align [ SYCL_EXT_ONEAPI_GROUP_MASK extension] ( doc/extensions/supported/SYCL_EXT_ONEAPI_SUB_GROUP_MASK.asciidoc )
2828 with SYCL 2020 specification [ a06bd1fb]
29- - Added [ documentation] ( doc/SYCLInstrumentationUsingXPTI.md ) of XPTI related
29+ - Added [ documentation] ( doc/design/ SYCLInstrumentationUsingXPTI.md ) of XPTI related
3030 tracing in SYCL [ 1308fe7b]
3131 - Align ` SYCL_EXT_ONEAPI_LOCAL_MEMORY ` extension
3232 [ document] ( doc/extensions/supported/SYCL_EXT_ONEAPI_LOCAL_MEMORY.asciidoc ) with SYCL 2020
@@ -1104,7 +1104,7 @@ Release notes for commit range c9d50752..5d7e0925
11041104 - The SYCL library doesn't guarantee stable API/ABI, so applications compiled
11051105 with older version of the SYCL library may not work with new one.
11061106 The workaround is to rebuild the application.
1107- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1107+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
11081108 - Using ` cl::sycl::program ` API to refer to a kernel defined in another
11091109 translation unit leads to undefined behavior
11101110 - Linkage errors with the following message:
@@ -1243,7 +1243,7 @@ Release notes for commit range 5976ff0..1fc0e4f
12431243 - The SYCL library doesn't guarantee stable API/ABI, so applications compiled
12441244 with older version of the SYCL library may not work with new one.
12451245 The workaround is to rebuild the application.
1246- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1246+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
12471247 - Using ` cl::sycl::program ` API to refer to a kernel defined in another
12481248 translation unit leads to undefined behavior
12491249 - Linkage errors with the following message:
@@ -1431,7 +1431,7 @@ Release notes for the commit range 75b3dc2..5976ff0
14311431 - The SYCL library doesn't guarantee stable API/ABI, so applications compiled
14321432 with older version of the SYCL library may not work with new one.
14331433 The workaround is to rebuild the application.
1434- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1434+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
14351435 - Using ` cl::sycl::program ` API to refer to a kernel defined in another
14361436 translation unit leads to undefined behavior
14371437 - Linkage errors with the following message:
@@ -1585,7 +1585,7 @@ Release notes for the commit range ba404be..24726df
15851585 - The SYCL library doesn't guarantee stable API/ABI, so applications compiled
15861586 with older version of the SYCL library may not work with new one.
15871587 The workaround is to rebuild the application.
1588- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1588+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
15891589 - Using ` cl::sycl::program ` API to refer to a kernel defined in another
15901590 translation unit leads to undefined behavior
15911591 - Linkage errors with the following message:
@@ -1661,7 +1661,7 @@ Release notes for the commit range ba404be..67d3d9e
16611661 - Updated prerequisites in GetStartedGuide(doc/GetStartedGuide.md) [ 5d0d034]
16621662 - Published a [ proposal] ( doc/extensions/KernelRHSAttributes/SYCL_INTEL_attribute_style.asciidoc )
16631663 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
16651665 been updated to describe the CUDA target and reflect changed action graphs
16661666 [ 91b597b] [ 212a26c]
16671667 - [ ExtendedAtomics documentation] ( doc/extensions/ExtendedAtomics/README.md )
@@ -1673,7 +1673,7 @@ Release notes for the commit range ba404be..67d3d9e
16731673 - Published [ device_specific_kernel_queries] ( doc/extensions/DeviceSpecificKernelQueries/SYCL_INTEL_device_specific_kernel_queries.asciidoc )
16741674 extension which rephrases work group queries as device-specific kernel
16751675 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 )
16771677 [ 0614e9a]
16781678 - [ Contribution guidelines] ( ../CONTRIBUTING.md ) were simplified, now sign-off
16791679 line is not required [ 7886fd8]
@@ -1736,7 +1736,7 @@ Release notes for the commit range ba404be..67d3d9e
17361736 - The SYCL library doesn't guarantee stable API/ABI, so applications compiled
17371737 with older version of the SYCL library may not work with new one.
17381738 The workaround is to rebuild the application.
1739- [ ABI policy guide] ( doc/ABIPolicyGuide.md )
1739+ [ ABI policy guide] ( doc/developer/ ABIPolicyGuide.md )
17401740 - Using ` cl::sycl::program ` API to refer to a kernel defined in another
17411741 translation unit leads to undefined behavior
17421742 - Linkage errors with the following message:
0 commit comments