File size: 183 Bytes
8c8128e | 1 2 3 4 5 6 7 8 | import torch
_OPS_NAME = '_fa4_cute_runtime_cuda_8aeea60'
ops = getattr(torch.ops, _OPS_NAME)
def add_op_namespace_prefix(op_name: str) -> str:
return f'{_OPS_NAME}::{op_name}'
|
8c8128e | 1 2 3 4 5 6 7 8 | import torch
_OPS_NAME = '_fa4_cute_runtime_cuda_8aeea60'
ops = getattr(torch.ops, _OPS_NAME)
def add_op_namespace_prefix(op_name: str) -> str:
return f'{_OPS_NAME}::{op_name}'
|