-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
96 lines (90 loc) · 2.27 KB
/
mkdocs.yml
File metadata and controls
96 lines (90 loc) · 2.27 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: LIBXS
site_author: Hans Pabst
copyright: Copyright (c) Intel Corporation, LIBXS Contributors.
site_description: Library for extra small auxiliary functions and specialized operations.
repo_url: https://github.com/hfp/libxs/
edit_uri: edit/main/documentation
docs_dir: documentation
markdown_extensions:
- toc:
permalink: True
toc_depth: 3
title: None
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- attr_list
- md_in_html
- admonition
extra_css:
- style.css
theme:
name: readthedocs
custom_dir: .theme
plugins:
- search
hooks:
- .theme/hook.py
nav:
- Overview: index.md
- Ozaki Getting Started:
- Howto: libxs_ozaki.md
- Details: samples/libxs_ozaki.md
- LIBXS Domains:
- Permutation: libxs_perm.md
- Histogram: libxs_hist.md
- Registry: libxs_reg.md
- Hashing: libxs_hash.md
- Predict: libxs_predict.md
- Malloc: libxs_malloc.md
- Memory: libxs_mem.md
- String: libxs_str.md
- Timer: libxs_timer.md
- CPUID: libxs_cpuid.md
- Utils: libxs_utils.md
- Sync: libxs_sync.md
- GEMM: libxs_gemm.md
- Math: libxs_math.md
- MHD: libxs_mhd.md
- RNG: libxs_rng.md
- Fortran: libxs_fortran.md
- LIBXSTREAM:
- Reference: libxs_opencl.md
- Example Code:
- Registry: samples/libxs_registry.md
- Stratify: samples/libxs_stratify.md
- Rosetta: samples/libxs_rosetta.md
- Predict: samples/libxs_predict.md
- Shuffle: samples/libxs_shuffle.md
- Setdiff: samples/libxs_setdiff.md
- Scratch: samples/libxs_scratch.md
- Memory: samples/libxs_memory.md
- Fprint: samples/libxs_fprint.md
- GEMM: samples/libxs_gemm.md
- SYRK: samples/libxs_syrk.md
- Sync: samples/libxs_sync.md
- Tests:
- Header-Only: tests/headeronly.md
- Fingerprint: tests/fprint.md
- Intrinsics: tests/intrinsics.md
- Histogram: tests/hist.md
- Registry: tests/registry.md
- Hashing: tests/hash.md
- Permutation: tests/perm.md
- Matdiff: tests/matdiff.md
- Setdiff: tests/setdiff.md
- Atomics: tests/atomics.md
- Malloc: tests/malloc.md
- Memory: tests/memory.md
- Timer: tests/timer.md
- Math: tests/math.md
- MHD: tests/mhd.md
- Development:
- Scripts: libxs_scripts.md
- About:
- License: LICENSE.md