kernel
danieldk's picture
danieldk HF Staff
Build (aarch64)
f849035
raw
history blame contribute delete
215 Bytes
import torch
from . import _flash_attn_dd2f0f9
ops = torch.ops._flash_attn_dd2f0f9
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_flash_attn_dd2f0f9::{op_name}"