File size: 230 Bytes
8b32f11 |
1 2 3 4 5 6 7 8 9 |
import torch
from . import _paged_attention_6677800
ops = torch.ops._paged_attention_6677800
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_paged_attention_6677800::{op_name}" |