Functionfmha_forward_torch_fake_op(
query: Tensor,
key: Tensor,
value: Tensor,
is_causal: bool,
scale: float,
q_tile_siz
src/natten/_libnatten/torch_wrappers.py:511
Functionfmha_forward_torch_op(
query: Tensor,
key: Tensor,
value: Tensor,
is_causal: bool,
scale: float,
q_tile_siz
src/natten/_libnatten/torch_wrappers.py:459
Methodforward(
ctx,
query: Tensor,
key: Tensor,
value: Tensor,
is_causal: bool,
src/natten/backends/hopper_fmha.py:55
Methodforward(
ctx,
query: Tensor,
key: Tensor,
value: Tensor,
is_causal: bool,
src/natten/backends/blackwell_fmha.py:54