import torch | |
from . import _paged_attention_fhq57q56w3m5o | |
ops = torch.ops._paged_attention_fhq57q56w3m5o | |
def add_op_namespace_prefix(op_name: str): | |
""" | |
Prefix op by namespace. | |
""" | |
return f"_paged_attention_fhq57q56w3m5o::{op_name}" |
import torch | |
from . import _paged_attention_fhq57q56w3m5o | |
ops = torch.ops._paged_attention_fhq57q56w3m5o | |
def add_op_namespace_prefix(op_name: str): | |
""" | |
Prefix op by namespace. | |
""" | |
return f"_paged_attention_fhq57q56w3m5o::{op_name}" |