We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29122c9 commit 702ec33Copy full SHA for 702ec33
Project.toml
@@ -1,6 +1,6 @@
1
name = "ArrayInterface"
2
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3
-version = "2.9.0"
+version = "2.9.1"
4
5
[deps]
6
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
src/ArrayInterface.jl
@@ -551,7 +551,7 @@ function __init__()
551
end
552
553
554
- @require CUDA="3a865a2d-5b23-5a0f-bc46-62713ec82fae" begin
+ @require CUDA="052768ef-5323-5732-b1bb-66c8b64840ba" begin
555
@require Adapt="79e6a3ab-5dfb-504d-930d-738a2a938a0e" begin
556
include("cuarrays2.jl")
557
0 commit comments