Skip to content

Commit f62d1c6

Browse files
committed
Add the harness and hip benchmark as reference
1 parent 5e962dd commit f62d1c6

13 files changed

Lines changed: 4386 additions & 5 deletions

docs/empirical-lds/cdna3info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ the maximum possible number of bank conflicts.
77

88
Each table starts at the natural byte stride for that access width: 4 bytes for
99
`ds_read_b32`, 8 bytes for `ds_read_b64`, and 16 bytes for `ds_read_b128`. The
10-
values were collected from `profile_lds_bank_count.py` with 3 runs per stride
10+
values were collected from `profile_bank_count.py` with 3 runs per stride
1111
using the shared 64-read `lds_phase_mask` timing block. Bank-conflict counts
1212
are collected with rocprof, normalized by the 4096 launched workgroups, and
1313
cover the full 64-read block. Latencies are average active-thread timer values
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Python generated files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Build outputs
7+
build/
8+
9+
# Profiling/tool outputs
10+
rocprof/
11+
rocprofatt/
12+
.rocprofv3/
13+
14+
# Local environments
15+
venv/

0 commit comments

Comments
 (0)