File size: 236 Bytes
f8b3277
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import torch
from . import _flash_attn3_48fe103_dirty
ops = torch.ops._flash_attn3_48fe103_dirty

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