Skip to content

Commit c81dee0

Browse files
committed
some Project voodoo
1 parent 0535a2d commit c81dee0

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

Project.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,39 @@ TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
1111
[weakdeps]
1212
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
1313

14+
[sources]
15+
StridedViews = {rev = "test", url = "https://github.com/QuantumKitHub/StridedViews.jl"}
16+
1417
[extensions]
1518
StridedGPUArraysExt = "GPUArrays"
1619

1720
[compat]
1821
AMDGPU = "2"
1922
Aqua = "0.8"
23+
Adapt = "4"
2024
CUDACore = "6"
2125
cuRAND = "6"
22-
JLArrays = "0.3.1"
2326
GPUArrays = "11.4.1"
2427
JLArrays = "0.3.1"
2528
LinearAlgebra = "1.6"
2629
Metal = "1.9"
2730
Random = "1.6"
28-
StridedViews = "0.5"
31+
StridedViews = "0.5.1"
2932
Test = "1.6"
3033
TupleTools = "1.6"
3134
julia = "1.6"
3235

3336
[extras]
3437
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
38+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
3539
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3640
CUDACore = "bd0ed864-bdfe-4181-a5ed-ce625a5fdea2"
3741
cuRAND = "20fd9a0b-12d5-4c2f-a8af-7c34e9e60431"
38-
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
3942
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
4043
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
4144
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
4245
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4346
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4447

4548
[targets]
46-
test = ["Test", "Random", "Aqua", "AMDGPU", "CUDACore", "cuRAND", "GPUArrays", "JLArrays", "Metal"]
49+
test = ["Test", "Random", "Aqua", "AMDGPU", "CUDACore", "cuRAND", "GPUArrays", "JLArrays", "Metal", "Adapt"]

0 commit comments

Comments
 (0)