MCPcopy Create free account
hub / github.com/WaveSpeedAI/QuantumAttention / fa_fn

Function fa_fn

tests/test_interface.py:115–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 pytest.skip(str(e))
114
115 def fa_fn():
116 flash_attention(query, key, value, is_causal)
117
118 def cudnn_sdpa_fn():
119 cudnn_sdpa(query, key, value, is_causal)

Callers

nothing calls this directly

Calls 1

flash_attentionFunction · 0.85

Tested by

no test coverage detected