Method__init__(
self,
dtype: DataType,
gemm_shape: Tuple[int, int, int],
)
scripts/autogen_blackwell_fmha_bwd.py:208
Method__init__(
self,
na_dim: int,
dtype: DataType,
gemm_shape: Tuple[int, int, int],
scripts/autogen_blackwell_fna.py:143
Method__init__(
self,
na_dim: int,
dtype: DataType,
gemm_shape: Tuple[int, int, int],
scripts/autogen_blackwell_fna_bwd.py:152
Method__init__(
self,
dtype: DataType,
gemm_shape: Tuple[int, int, int],
is_persistent: bool
scripts/autogen_blackwell_fmha.py:175
Method__init__(
self,
dtype: DataType,
gemm_shape: Tuple[int, int, int],
kernel_type: Kernel
scripts/autogen_hopper_fmha.py:222
Method__init__(
self,
na_dim: int,
dtype: DataType,
gemm_shape: Tuple[int, int, int],
scripts/autogen_hopper_fna.py:186
Function_attention_fn(
q, k, v, cumseq_q, cumseq_kv, max_q, max_kv, backend, is_causal=False
)
tests/test_varlen_recompile.py:106