-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCITATION.cff
More file actions
61 lines (61 loc) · 2.07 KB
/
Copy pathCITATION.cff
File metadata and controls
61 lines (61 loc) · 2.07 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
cff-version: 1.2.0
message: "If you use HBFSim in academic work, please cite the paper below."
title: "HBFSim: Fast and Faithful Simulation of High-Bandwidth Flash Under Real GPU Execution"
abstract: >-
Serving a large language model is limited by memory capacity. High-Bandwidth
Flash (HBF) stacks NAND flash inside the accelerator package, one tier below
high-bandwidth memory (HBM). HBFSim applies HBF timing, capacity, and thermal
effects to a real inference workload while that workload executes on a real
GPU. It rewrites PTX, the intermediate code NVIDIA's compiler emits, and gates
kernel launches; issue is separated from consumption, so real hardware supplies
the computation that hides an access. Timing comes from measurements of a real
device rather than a parameter sheet, and junction temperature sets both the
rate HBF sustains and the retention deadline that forces refresh writes.
type: software
license: Apache-2.0
repository-code: "https://github.com/SlugLab/HBFSim"
url: "https://arxiv.org/abs/2609.09800"
keywords:
- high-bandwidth flash
- HBF
- GPU simulation
- PTX instrumentation
- LLM inference
- NAND flash
- thermal modeling
authors:
- family-names: Hu
given-names: Yanpeng
- family-names: Yang
given-names: Yiwei
- family-names: Zhu
given-names: Yuanwu
- family-names: Zheng
given-names: Yusheng
- family-names: Zhang
given-names: Wei
- family-names: Quinn
given-names: Andi
identifiers:
- type: other
value: "arXiv:2609.09800"
description: The arXiv preprint for HBFSim
preferred-citation:
type: article
title: "HBFSim: Fast and Faithful Simulation of High-Bandwidth Flash Under Real GPU Execution"
year: 2026
journal: "arXiv preprint arXiv:2609.09800"
url: "https://arxiv.org/abs/2609.09800"
authors:
- family-names: Hu
given-names: Yanpeng
- family-names: Yang
given-names: Yiwei
- family-names: Zhu
given-names: Yuanwu
- family-names: Zheng
given-names: Yusheng
- family-names: Zhang
given-names: Wei
- family-names: Quinn
given-names: Andi