Skip to content

Commit b4ea865

Browse files
[SYCL][Doc] Add documentation about our releases (#17879)
Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
1 parent f40967c commit b4ea865

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

sycl/doc/Releases.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Releases at intel/llvm
2+
3+
intel/llvm provides a few ways for you to get SYCL compiler and this
4+
page is intended to document them as well as provide links and instructions
5+
how to you use them.
6+
7+
## Nightly builds
8+
9+
The project is being built and tested every night and those builds
10+
are published on GitHub as `nightly-YYYY-MM-DD` tags.
11+
12+
Those builds are of **pre-release** quality: they are only suitable
13+
for early integration and testing of a bleeding-edge compiler.
14+
15+
Because those builds are made from the latest commit available,
16+
there is no guarantee of any stability of those builds.
17+
18+
Please note that those builds are tailored for our own testing needs
19+
and therefore they are built with assertions enabled and may have additional
20+
dependencies.
21+
22+
## Official releases
23+
24+
Official release branches are occasionally created to provide
25+
stable and validated commits for end users. The list below is
26+
ordered from the newest to the oldest.
27+
28+
Release branches are prefixed with `sycl-rel-`
29+
30+
### **[Upcoming]** `6.2.0` release
31+
32+
This release will be made from
33+
the [`sycl-rel-6_2`](https://github.com/intel/llvm/tree/sycl-rel-6_2) branch.
34+
35+
### `6.1.0` release
36+
37+
This release was made from
38+
the [`sycl-rel-6_1_0`](https://github.com/intel/llvm/tree/sycl-rel-6_1_0)
39+
branch and we have the following tags published:
40+
- **[Latest]** [`v6.1.0`](https://github.com/intel/llvm/releases/tag/v6.1.0)
41+
42+
### `6.0.X` releases
43+
44+
These releases are made from
45+
the [`sycl-rel-6_0_0`](https://github.com/intel/llvm/tree/sycl-rel-6_0_0)
46+
branch and we have the following tags published:
47+
- [`v6.0.1`](https://github.com/intel/llvm/releases/tag/v6.0.1) -
48+
6.0.1 bugfix release
49+
- [`v6.0.0`](https://github.com/intel/llvm/releases/tag/v6.0.0) -
50+
6.0.0 release
51+
- [`v6.0.0-rc1`](https://github.com/intel/llvm/releases/tag/v6.0.0-rc1) -
52+
release candidate 1 for 6.0.0 release

sycl/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Using oneAPI DPC++ for Application Development
1010
GetStartedGuide
1111
Getting Started (Japanese) <https://www.isus.jp/others/get-started-with-oneapi-dpc/>
1212
UsersManual
13+
Releases
1314
PreprocessorMacros
1415
cuda/contents
1516
Extensions <https://github.com/intel/llvm/tree/sycl/sycl/doc/extensions>

0 commit comments

Comments
 (0)