Skip to content

Commit

Permalink
Bump GPUCompiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Feb 2, 2021
1 parent fd5c8fc commit cfc5ed4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,22 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"

[[ExprTools]]
git-tree-sha1 = "10407a39b87f29d47ebaca8edbc75d7c302ff93e"
uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
version = "0.1.3"

[[GPUArrays]]
deps = ["AbstractFFTs", "Adapt", "LinearAlgebra", "Printf", "Random", "Serialization"]
git-tree-sha1 = "f99a25fe0313121f2f9627002734c7d63b4dd3bd"
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
version = "6.2.0"

[[GPUCompiler]]
deps = ["DataStructures", "InteractiveUtils", "LLVM", "Libdl", "Logging", "Scratch", "Serialization", "TimerOutputs", "UUIDs"]
git-tree-sha1 = "2e5f8d4dbd1bbb6bdee691c1989f917e14c337fa"
repo-rev = "8c34c41"
repo-url = "https://github.com/JuliaGPU/GPUCompiler.jl.git"
deps = ["DataStructures", "ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "Scratch", "Serialization", "TimerOutputs", "UUIDs"]
git-tree-sha1 = "ef2839b063e158672583b9c09d2cf4876a8d3d55"
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
version = "0.9.2"
version = "0.10.0"

[[InteractiveUtils]]
deps = ["Markdown"]
Expand Down Expand Up @@ -133,9 +136,9 @@ version = "20.44.18297+1"
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"

[[OrderedCollections]]
git-tree-sha1 = "d45739abcfc03b51f6a42712894a593f74c80a23"
git-tree-sha1 = "cf59cfed2e2c12e8a2ff0a4f1e9b2cd8650da6db"
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
version = "1.3.3"
version = "1.3.2"

[[Pkg]]
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ oneAPI_Level_Zero_Loader_jll = "13eca655-d68d-5b81-8367-6d99d727ab01"
Adapt = "2.0, 3.0"
CEnum = "0.4"
GPUArrays = "6.1.1"
GPUCompiler = "0.9"
GPUCompiler = "0.10"
LLVM = "3"
NEO_jll = "~20.44.18297"
julia = "1.6"

0 comments on commit cfc5ed4

Please sign in to comment.