-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
51 lines (47 loc) · 1.77 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name = "BLASBenchmarksCPU"
uuid = "5fdc822c-4560-4d20-af7e-e5ee461714d5"
authors = ["Chris Elrod <[email protected]> and contributors"]
version = "0.3.7"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Fontconfig = "186bb1d3-e1f7-5a2c-a377-96d770f13627"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
Gaius = "bffe22d1-cb55-4f4e-ac2c-f4dd4bf58912"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
Octavian = "6fd5a793-0b7e-452c-907f-f8bfe9c57db4"
OpenBLAS_jll = "4536629a-c528-5b80-bd46-f80d51c5b363"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
[compat]
BenchmarkTools = "0.5, 0.6, 0.7, 1.0"
Cairo = "1.0"
Colors = "0.12"
DataFrames = "0.22, 1"
Fontconfig = "0.4"
Gadfly = "1.3"
Gaius = "0.6.4"
LoopVectorization = "0.12.24"
Octavian = "0.2, 0.3"
ProgressMeter = "1.4"
RecursiveFactorization = "0.1.10, 0.2"
Static = "0.7, 0.8"
Tullio = "0.2, 0.3"
VectorizationBase = "0.20, 0.21"
julia = "1.5"
[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
[targets]
test = ["InteractiveUtils", "StatsPlots", "Test", "VectorizationBase"]