3 lines
140 B
Python
3 lines
140 B
Python
|
|
"""FMHA kernel: QK -> online softmax -> PV (CuTeDSL, Stage B+). Extracted from test_fmha_v3.py."""
|
||
|
|
# TODO: Extract FmhaV3 kernel class here
|