StarMist0012's picture
Add files using upload-large-folder tool
e2bfccc verified
"""TileLang-accelerated operations for SSM."""
from .selective_scan_interface import (
ssm_gamma_forward,
selective_scan_fwd,
selective_scan_bwd,
HAS_TILELANG_OPS,
TILELANG_BACKEND,
)
__all__ = [
"ssm_gamma_forward",
"selective_scan_fwd",
"selective_scan_bwd",
"HAS_TILELANG_OPS",
"TILELANG_BACKEND",
]