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