-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 790 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 790 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
name = "NNop"
uuid = "eeb6ee5c-f953-4f60-8482-00c4fb7bc198"
version = "0.2.0"
authors = ["Anton Smirnov <tonysmn97@gmail.com>"]
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
[extensions]
NNopAMDGPUExt = "AMDGPU"
NNopCUDAExt = "CUDA"
[compat]
AMDGPU = "1.2.5, 2"
CUDA = "5"
ChainRulesCore = "1.25.1"
KernelAbstractions = "0.9.34"
LRUCache = "1.6.2"
Memoize = "0.4.4"
SIMD = "3.7.1"
StaticArrays = "1.9.13"