File size: 212 Bytes
341ab77
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import torch
from . import _flash_mla_d4f4195
ops = torch.ops._flash_mla_d4f4195

def add_op_namespace_prefix(op_name: str):
    """
    Prefix op by namespace.
    """
    return f"_flash_mla_d4f4195::{op_name}"