Skip to content

Commit a150f48

Browse files
Merge branch 'QR_views' of https://github.com/evelyne-ringoot/GPUArrays.jl into QR_views
2 parents b76f938 + 826242c commit a150f48

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Manifest.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ version = "1.5.0"
6060

6161
[[deps.LLVM]]
6262
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Printf", "Unicode"]
63-
git-tree-sha1 = "8695a49bfe05a2dc0feeefd06b4ca6361a018729"
63+
git-tree-sha1 = "a9d2ce1d5007b1e8f6c5b89c5a31ff8bd146db5c"
6464
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
65-
version = "6.1.0"
65+
version = "6.2.1"
6666

6767
[[deps.LLVMExtra_jll]]
6868
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
69-
git-tree-sha1 = "c35203c1e1002747da220ffc3c0762ce7754b08c"
69+
git-tree-sha1 = "7ca6850ae880cc99b59b88517545f91a52020afa"
7070
uuid = "dad2f222-ce93-54a1-a47d-0025e8a3acab"
71-
version = "0.0.23+0"
71+
version = "0.0.25+0"
7272

7373
[[deps.LazyArtifacts]]
7474
deps = ["Artifacts", "Pkg"]

test/testsuite/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,4 @@ end
324324
prop in [:Q, :R], T in eltypes
325325
@test compare(x -> getproperty(qr(x),prop), AT, rand(T, dims) )
326326
end
327-
end
327+
end

0 commit comments

Comments
 (0)