-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathProject.toml
More file actions
46 lines (40 loc) · 1.33 KB
/
Project.toml
File metadata and controls
46 lines (40 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name = "Strided"
uuid = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
version = "2.3.6"
authors = ["Lukas Devos <lukas.devos@ugent.be>", "Maarten Van Damme <maartenvd1994@gmail.com>", "Jutho Haegeman <jutho.haegeman@ugent.be>"]
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
[extensions]
StridedAMDGPUExt = "AMDGPU"
StridedJLArraysExt = "JLArrays"
StridedGPUArraysExt = "GPUArrays"
StridedCUDAExt = "CUDA"
[compat]
AMDGPU = "2"
Aqua = "0.8"
CUDA = "5, 6.0"
JLArrays = "0.3.1"
GPUArrays = "11.4.1"
LinearAlgebra = "1.6"
Random = "1.6"
StridedViews = "0.4.6"
Test = "1.6"
TupleTools = "1.6"
julia = "1.6"
[extras]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "Aqua", "AMDGPU", "CUDA", "GPUArrays", "JLArrays"]