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