Skip to content

Commit 702ec33

Browse files
fix CUDA UUID
1 parent 29122c9 commit 702ec33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ArrayInterface"
22
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3-
version = "2.9.0"
3+
version = "2.9.1"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ function __init__()
551551
end
552552
end
553553

554-
@require CUDA="3a865a2d-5b23-5a0f-bc46-62713ec82fae" begin
554+
@require CUDA="052768ef-5323-5732-b1bb-66c8b64840ba" begin
555555
@require Adapt="79e6a3ab-5dfb-504d-930d-738a2a938a0e" begin
556556
include("cuarrays2.jl")
557557
end

0 commit comments

Comments
 (0)