Skip to content

Commit

Permalink
Bump version to 1.2.0 (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored Jun 25, 2024
1 parent 8c279c3 commit cc543db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Unreleased Changes (Intended to be Version 1.2.0)
# Release 1.2.0 (2024-06-25)

This release adds new LLVM versions and introduces experimental support for SPIR-V code generation. Note that as of the tested LLVM versions, LLVM's native SPIR-V backend is unable to generate correct SPIR-V code in all cases; but the LLVM SPIR-V target can still be used in combination with the [LLVM/SPIR-V Translator](https://github.com/KhronosGroup/SPIRV-LLVM-Translator) to generate valid code.

Users who generate code for AMD GPUs are strongly encouraged to upgrade to LLVM 18 and ROCm 6.0.0, as previous version combinations generate bad code to varying degrees.

## Added features

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let

in stdenv.mkDerivation rec {
pname = "terra";
version = "1.1.1";
version = "1.2.0";

src = ./.;

Expand Down

0 comments on commit cc543db

Please sign in to comment.