tiagomonteiro0715
add built softmax attention kernel
490d9fe
Raw
History Blame Contribute Delete
225 Bytes
"""my_softmax_function — fused softmax-attention kernel (CUTLASS Python DSL).
Public API exposed to `kernels` consumers.
"""
from ._kernel import attention, softmax_attention
__all__ = ["attention", "softmax_attention"]