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