kernels-bot commited on
Commit
8b442f4
·
verified ·
1 Parent(s): ade222e

Uploaded using `kernel-builder`.

Browse files
Files changed (1) hide show
  1. build/torch-cuda/_ops.py +2 -2
build/torch-cuda/_ops.py CHANGED
@@ -1,8 +1,8 @@
1
  import torch
2
- ops = torch.ops._sonic_moe_4ef77e2
3
 
4
  def add_op_namespace_prefix(op_name: str):
5
  """
6
  Prefix op by namespace.
7
  """
8
- return f"_sonic_moe_4ef77e2::{op_name}"
 
1
  import torch
2
+ ops = torch.ops._sonic_moe_2b49d3f
3
 
4
  def add_op_namespace_prefix(op_name: str):
5
  """
6
  Prefix op by namespace.
7
  """
8
+ return f"_sonic_moe_2b49d3f::{op_name}"