Skip to content

Commit 40ebdda

Browse files
authored
Merge pull request #1 from JuliaGPU/master
Restrict `GPUCompiler < 1.3` (JuliaGPU#745)
2 parents 7e50c7d + 45b2a9a commit 40ebdda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
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.5"
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 = "0.27, 1.0"
54+
GPUCompiler = "< 1.3"
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)