import torch from . import _flash_attn3_8d4f83f ops = torch.ops._flash_attn3_8d4f83f def add_op_namespace_prefix(op_name: str): """ Prefix op by namespace. """ return f"_flash_attn3_8d4f83f::{op_name}"