Skip to content

Commit 89612d6

Browse files
committed
add NEWS and update test/Project.toml
1 parent df09061 commit 89612d6

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Trixi.jl follows the interpretation of
55
used in the Julia ecosystem. Notable changes will be documented in this file
66
for human readability.
77

8+
## Changes in the v0.16 lifecycle
9+
10+
#### Added
11+
- GPU support extended to include AMD GPU with a buildkite workflow using `TRIXI_TEST=AMDGPU` ([#2834]).
12+
813
## Changes when updating to v0.16 from v0.15.x
914

1015
#### Changed

test/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ TrixiTest = "0a316866-cbd0-4425-8bcb-08103b2c1f26"
4747
Accessors = "0.1.42"
4848
ADTypes = "1.16"
4949
AMDGPU = "2.2.1"
50-
Adapt = "4.3"
50+
Adapt = "4.4"
5151
Aqua = "0.8"
52-
CUDA = "5.8.2"
52+
CUDA = "5.9.1"
5353
CairoMakie = "0.13, 0.14, 0.15"
5454
Convex = "0.16"
5555
DelimitedFiles = "1"
@@ -62,7 +62,7 @@ ForwardDiff = "0.10.38, 1"
6262
Krylov = "0.10"
6363
LinearAlgebra = "1"
6464
LinearSolve = "3.54"
65-
MPI = "0.20.22"
65+
MPI = "0.20.23"
6666
NLsolve = "4.5.1"
6767
OrdinaryDiffEqBDF = "1.15"
6868
OrdinaryDiffEqCore = "3.8"

0 commit comments

Comments
 (0)