Skip to content

Commit cf22e40

Browse files
CompatHelper: bump compat for "CuArrays" to "2.0" (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Yueh-Hua Tu <[email protected]>
1 parent f3c651e commit cf22e40

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Manifest.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ version = "0.2.0"
8282

8383
[[CompilerSupportLibraries_jll]]
8484
deps = ["Libdl", "Pkg"]
85-
git-tree-sha1 = "b57c5d019367c90f234a7bc7e24ff0a84971da5d"
85+
git-tree-sha1 = "067567a322fe466c5ec8d01413eee7127bd11699"
8686
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
87-
version = "0.2.0+1"
87+
version = "0.3.1+0"
8888

8989
[[CuArrays]]
9090
deps = ["AbstractFFTs", "Adapt", "CEnum", "CUDAapi", "CUDAdrv", "CUDAnative", "DataStructures", "GPUArrays", "Libdl", "LinearAlgebra", "MacroTools", "NNlib", "Printf", "Random", "Requires", "SparseArrays", "TimerOutputs"]
@@ -217,10 +217,10 @@ uuid = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
217217
version = "2019.0.117+2"
218218

219219
[[MacroTools]]
220-
deps = ["DataStructures", "Markdown", "Random"]
221-
git-tree-sha1 = "07ee65e03e28ca88bc9a338a3726ae0c3efaa94b"
220+
deps = ["Markdown", "Random"]
221+
git-tree-sha1 = "f7d2e3f654af75f01ec49be82c231c382214223a"
222222
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
223-
version = "0.5.4"
223+
version = "0.5.5"
224224

225225
[[Markdown]]
226226
deps = ["Base64"]
@@ -374,9 +374,9 @@ version = "1.2.11+8"
374374

375375
[[Zygote]]
376376
deps = ["ArrayLayouts", "DiffRules", "FFTW", "FillArrays", "ForwardDiff", "IRTools", "InteractiveUtils", "LinearAlgebra", "MacroTools", "NNlib", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"]
377-
git-tree-sha1 = "7dc5fdb4917ac5a84e199ae654316a01cd4a278b"
377+
git-tree-sha1 = "9688fce24bd8a9468fed12f3d5206099a39054dc"
378378
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
379-
version = "0.4.9"
379+
version = "0.4.12"
380380

381381
[[ZygoteRules]]
382382
deps = ["MacroTools"]

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2222
[compat]
2323
CUDAapi = "2.0.0, 2.1.0, 3.0.0, 3.1.0, 4.0"
2424
CUDAnative = "2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.10.2"
25-
CuArrays = "1.4.7, 1.5.0, 1.6.0, 1.7.0, 1.7.1, 1.7.2"
25+
CuArrays = "1.4.7, 1.5.0, 1.6.0, 1.7.0, 1.7.1, 1.7.2, 2.0"
2626
DataStructures = "~0.17"
2727
FillArrays = "^0.8.5"
2828
Flux = "~0.10"

0 commit comments

Comments
 (0)