Skip to content

Commit 4de89f6

Browse files
authored
Bump deps (#748)
1 parent 493db0e commit 4de89f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.buildkite/pipeline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ steps:
101101
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
102102
JULIA_AMDGPU_HIP_MUST_LOAD: "1"
103103
JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
104+
soft_fail: true
104105

105106
- label: "GPU-less environment"
106107
plugins:

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AMDGPU"
22
uuid = "21141c5a-9bdb-4563-92ae-f87d6854732e"
33
authors = ["Julian P Samaroo <jpsamaroo@jpsamaroo.me>", "Valentin Churavy <v.churavy@gmail.com>", "Anton Smirnov <tonysmn97@gmail.com>"]
4-
version = "1.2.6"
4+
version = "1.2.7"
55

66
[deps]
77
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -51,7 +51,7 @@ ChainRulesCore = "1"
5151
EnzymeCore = "0.8"
5252
ExprTools = "0.1"
5353
GPUArrays = "11.2.1"
54-
GPUCompiler = "1.0.0 - 1.2.0"
54+
GPUCompiler = "1"
5555
GPUToolbox = "0.1.0, 0.2"
5656
KernelAbstractions = "0.9.2"
5757
LLD_jll = "15, 16, 17, 18, 19"

0 commit comments

Comments
 (0)