forked from pegainfer-project/pegainfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypos.toml
More file actions
31 lines (29 loc) · 858 Bytes
/
Copy pathtypos.toml
File metadata and controls
31 lines (29 loc) · 858 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
31
# Spelling checker config. Run with `typos` (https://github.com/crate-ci/typos).
# Vendored third-party trees are excluded wholesale; the identifier fragments
# below are real symbol names / vendor API spellings, not misspellings.
[files]
extend-exclude = [
"pegainfer-kernels/third_party/",
"pegainfer-kernels/csrc/kimi_k2/vllm_marlin/",
"**/*.cubin",
"Cargo.lock",
]
[default.extend-words]
# FP8 scale format "UE8M0" — tokenizer splits off a bare "UE"/"ue".
UE = "UE"
ue = "ue"
# CUDA attribute names: cudaDevAttrMaxSharedMemoryPerBlockOptin, ...Optin.
Optin = "Optin"
# Verb forms truncated by the tokenizer: SAVEs, RESTOREs.
RESTOR = "RESTOR"
SAV = "SAV"
# Symbol-name fragments (a_log, bias_a, mismatch/cache-miss, *Vas structs, ...).
PN = "PN"
Vas = "Vas"
alog = "alog"
ba = "ba"
daa = "daa"
ded = "ded"
mis = "mis"
thr = "thr"
vas = "vas"