kernel
drbh
fix: bump build for torch 2.8
90b3e94
raw
history blame contribute delete
233 Bytes
import torch
from . import _flash_attn_56449c1_dirty
ops = torch.ops._flash_attn_56449c1_dirty
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_flash_attn_56449c1_dirty::{op_name}"