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