Skip to content

Commit 9c2b0b8

Browse files
committed
Add Datadeps support
1 parent 48295d2 commit 9c2b0b8

7 files changed

Lines changed: 998 additions & 159 deletions

File tree

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
1010
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
1111
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
1212
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
13+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1314
MemPool = "f9f48841-c794-520a-933b-121f7ba6ed94"
1415
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
1516
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
@@ -26,12 +27,12 @@ MetalExt = "Metal"
2627
ROCExt = "AMDGPU"
2728

2829
[compat]
29-
AMDGPU = "0.8.1"
30+
AMDGPU = "0.9.4"
3031
Adapt = "1, 2, 3, 4"
3132
CUDA = "3, 4, 5"
32-
Dagger = "0.17, 0.18"
33+
Dagger = "0.18.12"
3334
KernelAbstractions = "0.9"
3435
MemPool = "0.3, 0.4"
35-
Metal = "0.3, 0.4, 0.5, 1"
36+
Metal = "1.1"
3637
Requires = "1"
3738
julia = "1.7"

0 commit comments

Comments
 (0)