There was an error while loading. Please reload this page.
1 parent f57238f commit 2517b07Copy full SHA for 2517b07
1 file changed
benchmarks/bench_kda_sm100_intra_fused.py
@@ -7,10 +7,10 @@
7
"""Benchmark/profiling entry for SM100 KDA K123 inverse variants.
8
9
Examples:
10
- python benchmarks/bench_kda_fwd_intra_sm100_fused_inv.py --mode both
11
- python benchmarks/bench_kda_fwd_intra_sm100_fused_inv.py --mode varlen --seq-lens 288
+ python benchmarks/bench_kda_sm100_intra_fused.py --mode both
+ python benchmarks/bench_kda_sm100_intra_fused.py --mode varlen --seq-lens 288
12
/usr/local/cuda-13/bin/ncu --profile-from-start off --set full -o ncu_reports/kda_fwd_intra_sm100_varlen \
13
- .venv/bin/python benchmarks/bench_kda_fwd_intra_sm100_fused_inv.py --ncu --mode varlen
+ .venv/bin/python benchmarks/bench_kda_sm100_intra_fused.py --ncu --mode varlen
14
"""
15
16
from __future__ import annotations
0 commit comments