Skip to content

Commit 8a16b56

Browse files
Merge pull request #20 from FluxML/dg/bump
Bump patch and check for failures with Julia 1.7-nightly
2 parents 57ea510 + 8f6ca86 commit 8a16b56

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

.buildkite/pipeline.yml

+10
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@ steps:
88
queue: "juliagpu"
99
cuda: "*"
1010
timeout_in_minutes: 60
11+
12+
- label: "GPU integration with julia v1.7-nightly"
13+
plugins:
14+
- JuliaCI/julia#v1:
15+
version: "1.7-nightly"
16+
- JuliaCI/julia-test#v1: ~
17+
agents:
18+
queue: "juliagpu"
19+
cuda: "*"
20+
timeout_in_minutes: 60

Manifest.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ version = "0.4.1"
3434

3535
[[CUDA]]
3636
deps = ["AbstractFFTs", "Adapt", "BFloat16s", "CEnum", "CompilerSupportLibraries_jll", "DataStructures", "ExprTools", "GPUArrays", "GPUCompiler", "LLVM", "LazyArtifacts", "Libdl", "LinearAlgebra", "Logging", "Printf", "Random", "Random123", "RandomNumbers", "Reexport", "Requires", "SparseArrays", "SpecialFunctions", "TimerOutputs"]
37-
git-tree-sha1 = "82b2811f5888465d96b38c7bb12d8fb9c25838e1"
37+
git-tree-sha1 = "3e5a6cf59289a60202a0f63fdded29473544d553"
3838
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
39-
version = "3.3.1"
39+
version = "3.3.2"
4040

4141
[[ChainRulesCore]]
4242
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
@@ -83,9 +83,9 @@ deps = ["ArgTools", "LibCURL", "NetworkOptions"]
8383
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
8484

8585
[[ExprTools]]
86-
git-tree-sha1 = "10407a39b87f29d47ebaca8edbc75d7c302ff93e"
86+
git-tree-sha1 = "555eab1f7c501166ba87eeb5d561e9f5e7d167d3"
8787
uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
88-
version = "0.1.3"
88+
version = "0.1.4"
8989

9090
[[GPUArrays]]
9191
deps = ["AbstractFFTs", "Adapt", "LinearAlgebra", "Printf", "Random", "Serialization", "Statistics"]
@@ -95,9 +95,9 @@ version = "7.0.1"
9595

9696
[[GPUCompiler]]
9797
deps = ["DataStructures", "ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "TimerOutputs", "UUIDs"]
98-
git-tree-sha1 = "222c6cdb888ec24795936d6829aa978691def60e"
98+
git-tree-sha1 = "03c3fb77362c08c3722bcef8dec488b708a95d52"
9999
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
100-
version = "0.12.3"
100+
version = "0.12.4"
101101

102102
[[InteractiveUtils]]
103103
deps = ["Markdown"]
@@ -144,9 +144,9 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
144144

145145
[[LogExpFunctions]]
146146
deps = ["DocStringExtensions", "LinearAlgebra"]
147-
git-tree-sha1 = "1ba664552f1ef15325e68dc4c05c3ef8c2d5d885"
147+
git-tree-sha1 = "7bd5f6565d80b6bf753738d2bc40a5dfea072070"
148148
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
149-
version = "0.2.4"
149+
version = "0.2.5"
150150

151151
[[Logging]]
152152
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
@@ -271,9 +271,9 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
271271

272272
[[TimerOutputs]]
273273
deps = ["ExprTools", "Printf"]
274-
git-tree-sha1 = "9f494bc54b4c31404a9eff449235836615929de1"
274+
git-tree-sha1 = "209a8326c4f955e2442c07b56029e88bb48299c7"
275275
uuid = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
276-
version = "0.5.10"
276+
version = "0.5.12"
277277

278278
[[UUIDs]]
279279
deps = ["Random", "SHA"]

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "NNlibCUDA"
22
uuid = "a00861dc-f156-4864-bf3c-e6376f28a68d"
3-
version = "0.1.5"
3+
version = "0.1.6"
44

55
[deps]
66
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

0 commit comments

Comments
 (0)