-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (30 loc) · 907 Bytes
/
Project.toml
File metadata and controls
35 lines (30 loc) · 907 Bytes
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
name = "StridedViews"
uuid = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
authors = ["Lukas Devos <lukas.devos@ugent.be>", "Jutho Haegeman <jutho.haegeman@ugent.be>"]
version = "0.5.1"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDACore = "bd0ed864-bdfe-4181-a5ed-ce625a5fdea2"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
PtrArrays = "43287f4e-b6f4-7ad1-bb20-aadabca52c3d"
[extensions]
StridedViewsAMDGPUExt = "AMDGPU"
StridedViewsCUDACoreExt = "CUDACore"
StridedViewsJLArraysExt = "JLArrays"
StridedViewsPtrArraysExt = "PtrArrays"
StridedViewsAdaptExt = "Adapt"
[compat]
AMDGPU = "2"
Adapt = "4"
CUDACore = "6"
JLArrays = "0.3.1"
LinearAlgebra = "1"
Metal = "1"
PtrArrays = "1.2.0"
julia = "1.10"
[workspace]
projects = ["test"]