9c1f92e 229047c 9c1f92e 229047c
1
2
3
4
5
6
7
8
import torch ops = torch.ops._triton_layer_norm_9b61b27_dirty def add_op_namespace_prefix(op_name: str): """ Prefix op by namespace. """ return f"_triton_layer_norm_9b61b27_dirty::{op_name}"