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