File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ steps:
147
147
withenv("JULIA_PKG_PRECOMPILE_AUTO" => 0) do
148
148
Pkg.instantiate()
149
149
150
- Pkg.develop("NNlibCUDA")
150
+ Pkg.develop("NNlibCUDA") || exit 3
151
151
Pkg.develop(path=joinpath(pwd(), "lib", "cudnn"))
152
152
153
153
write("LocalPreferences.toml", "[CUDA_Runtime_jll]\nversion = \"12.0\"")
@@ -162,6 +162,8 @@ steps:
162
162
build.message !~ /\[skip downstream\]/ &&
163
163
!build.pull_request.draft
164
164
timeout_in_minutes : 60
165
+ soft_fail :
166
+ - exit_status : 3
165
167
166
168
- group : " :eyes: Special"
167
169
depends_on : " cuda"
Original file line number Diff line number Diff line change 1
1
name = " cuDNN"
2
2
uuid = " 02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
3
3
authors = [" Tim Besard <tim.besard@gmail.com>" ]
4
- version = " 1.1 .0"
4
+ version = " 1.2 .0"
5
5
6
6
[deps ]
7
7
CEnum = " fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -10,6 +10,6 @@ CUDNN_jll = "62b44479-cb7b-5706-934f-f13b2eb2e645"
10
10
11
11
[compat ]
12
12
CUDNN_jll = " ~8.9"
13
- CUDA = " ~4.4 "
13
+ CUDA = " ~5.0 "
14
14
CEnum = " 0.2, 0.3, 0.4"
15
15
julia = " 1.6"
Original file line number Diff line number Diff line change 1
1
name = " cuStateVec"
2
2
uuid = " 92f7fd98-d22e-4c0d-85a8-6ade11b672fb"
3
3
authors = [" Katharine Hyatt <kslimes@gmail.com>" ]
4
- version = " 1.0.5 "
4
+ version = " 1.1.0 "
5
5
6
6
[deps ]
7
7
CEnum = " fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -10,6 +10,6 @@ cuQuantum_jll = "b75408ef-6fdf-5d74-b65a-7df000ad18e6"
10
10
11
11
[compat ]
12
12
cuQuantum_jll = " ~23.6"
13
- CUDA = " ~4.4 "
13
+ CUDA = " ~5.0 "
14
14
CEnum = " 0.2, 0.3, 0.4"
15
15
julia = " 1.6"
Original file line number Diff line number Diff line change 1
1
name = " cuTENSOR"
2
2
uuid = " 011b41b2-24ef-40a8-b3eb-fa098493e9e1"
3
3
authors = [" Tim Besard <tim.besard@gmail.com>" ]
4
- version = " 1.1 .0"
4
+ version = " 1.2 .0"
5
5
6
6
[deps ]
7
7
CEnum = " fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -11,6 +11,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11
11
12
12
[compat ]
13
13
CUTENSOR_jll = " ~1.7"
14
- CUDA = " ~4.4 "
14
+ CUDA = " ~5.0 "
15
15
CEnum = " 0.2, 0.3, 0.4"
16
16
julia = " 1.6"
Original file line number Diff line number Diff line change 1
1
authors = [" Katharine Hyatt <kshyatt@gmail.com>" ]
2
2
name = " cuTensorNet"
3
3
uuid = " 448d79b3-4b49-4e06-a5ea-00c62c0dc3db"
4
- version = " 1.0.5 "
4
+ version = " 1.1.0 "
5
5
6
6
[compat ]
7
7
CEnum = " 0.2, 0.3, 0.4"
8
- CUDA = " ~4.4 "
8
+ CUDA = " ~5.0 "
9
9
cuQuantum_jll = " ~22.11"
10
- cuTENSOR = " ~1.0, ~1.1"
10
+ cuTENSOR = " ~1.0, ~1.1, ~1.2 "
11
11
julia = " 1.6"
12
12
13
13
[deps ]
You can’t perform that action at this time.
0 commit comments