|
| 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 |
0 commit comments