Skip to content

Commit f120607

Browse files
committed
Update dependencies.
1 parent c2bdedb commit f120607

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

Manifest.toml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,15 @@ version = "0.1.6"
7777

7878
[[GPUArrays]]
7979
deps = ["Adapt", "LinearAlgebra", "Printf", "Random", "Serialization", "Statistics"]
80-
git-tree-sha1 = "59aa54826b2667e2a9161f6dbd9e37255fdb541b"
81-
repo-rev = "e1a4b3d"
82-
repo-url = "https://github.com/JuliaGPU/GPUArrays.jl.git"
80+
git-tree-sha1 = "7c39d767a9c55fafd01f7bc8b3fd0adf175fbc97"
8381
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
84-
version = "8.0.2"
82+
version = "8.1.0"
8583

8684
[[GPUCompiler]]
8785
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "TimerOutputs", "UUIDs"]
88-
git-tree-sha1 = "da39d06dad8db22a82e067de447d924ba7f97ae6"
89-
repo-rev = "51d068c7aa071b9d743e30eb85159e6db0a15141"
90-
repo-url = "https://github.com/JuliaGPU/GPUCompiler.jl.git"
86+
git-tree-sha1 = "55ea723d032654a52671923fdce9d785e02ed577"
9187
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
92-
version = "0.12.9"
88+
version = "0.13.0"
9389

9490
[[InteractiveUtils]]
9591
deps = ["Markdown"]
@@ -108,9 +104,9 @@ version = "1.3.0"
108104

109105
[[LLVM]]
110106
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Printf", "Unicode"]
111-
git-tree-sha1 = "23a47d417a3cd9c2e73c854bac7dd4731c105ef7"
107+
git-tree-sha1 = "36d95ecdfbc3240d728f68d73064d5b097fbf2ef"
112108
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
113-
version = "4.4.0"
109+
version = "4.5.2"
114110

115111
[[LLVMExtra_jll]]
116112
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BFloat16s = "0.1"
3333
CEnum = "0.2, 0.3, 0.4"
3434
ExprTools = "0.1"
3535
GPUArrays = "8"
36-
GPUCompiler = "0.12.6"
36+
GPUCompiler = "0.13.0"
3737
LLVM = "4.1.1"
3838
Random123 = "1.2"
3939
RandomNumbers = "1.5.3"

0 commit comments

Comments
 (0)