-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (32 loc) · 1.06 KB
/
Copy pathProject.toml
File metadata and controls
36 lines (32 loc) · 1.06 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
name = "RegisterMismatchCuda"
uuid = "ee0d8d85-fa18-576c-9601-66ebb12862d9"
version = "1.0.1"
authors = ["Tim Holy <tim.holy@gmail.com>"]
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
RegisterCore = "67712758-55e7-5c3c-8e85-dda1d7758434"
RegisterMismatchCommon = "abb2e897-52bf-5d28-a379-6ca321e3b878"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
[compat]
Aqua = "0.8"
CUDA = "3,4,5"
CenterIndexedArrays = "1"
ExplicitImports = "1"
ImageCore = "0.8.1, 0.9, 0.10"
ImageFiltering = "0.7"
Primes = "0.4, 0.5"
RegisterCore = "1"
RegisterMismatchCommon = "1"
SharedArrays = "1"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CenterIndexedArrays = "46a7138f-0d70-54e1-8ada-fb8296f91f24"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Aqua", "CenterIndexedArrays", "ExplicitImports", "ImageFiltering"]