danieldk's picture
danieldk HF Staff
Update build
9c1f92e
raw
history blame contribute delete
207 Bytes
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}"