-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
33 lines (29 loc) · 837 Bytes
/
Project.toml
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
name = "Hopfields"
uuid = "6768ce78-dd5b-4160-b677-5994b15e298d"
authors = ["Yueh-Hua Tu"]
version = "0.0.4"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NNlibCUDA = "a00861dc-f156-4864-bf3c-e6376f28a68d"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
CUDA = "3"
CUDAKernels = "0.4"
ChainRulesCore = "1.15"
Flux = "0.13"
KernelAbstractions = "0.8"
NNlib = "0.8"
NNlibCUDA = "0.2"
Tullio = "0.3"
Zygote = "0.6"
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]