-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
74 lines (69 loc) · 1.64 KB
/
Copy path_config.yml
File metadata and controls
74 lines (69 loc) · 1.64 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
theme: jekyll-theme-cayman
title: OpenSolvers
description: Open-source scientific software benchmarks on RISC-V boards — HPL, BLAS, Quantum ESPRESSO, llama.cpp, GROMACS, and library-level probes via EESSI.
url: https://www.opensolvers.com
lang: en
twitter:
card: summary_large_image
logo: /assets/images/compute-backends.svg
navigation:
- title: Home
url: /
- title: Videos
url: /videos.html
- title: GitHub
url: https://github.com/opensolvers/benchmarks
external: true
icon: github
navigation_boards:
- title: VisionFive 2
url: /boards/VisionFive2.html
- title: OrangePi RV2
url: /boards/RV2.html
- title: BananaPi F3
url: /boards/F3.html
navigation_apps:
- title: HPL
url: /apps/hpl.html
- title: Quantum ESPRESSO
url: /apps/qe.html
- title: ONNX Runtime
url: /apps/onnx.html
- title: llama.cpp
url: /apps/llamacpp.html
- title: GROMACS
url: /apps/gromacs.html
navigation_scientific_libs:
- title: BLAS
url: /scientific-libs/blas.html
- title: BLIS
url: /scientific-libs/blis.html
- title: NumPy
url: /scientific-libs/numpy.html
- title: LAPACK
url: /scientific-libs/lapack.html
- title: ELPA
url: /scientific-libs/elpa.html
- title: MLAS
url: /scientific-libs/mlas.html
- title: FFTW
url: /scientific-libs/fftw.html
- title: ScaLAPACK
url: /scientific-libs/scalapack.html
defaults:
- scope:
path: ""
values:
layout: default
- scope:
path: "boards"
values:
layout: default
- scope:
path: "apps"
values:
layout: default
- scope:
path: "scientific-libs"
values:
layout: default