kernels-bot commited on
Commit
28d1c2e
·
verified ·
1 Parent(s): 08a52e3

Uploaded using `kernel-builder`.

Browse files
build/torch-rocm/_ops.py CHANGED
@@ -1,8 +1,8 @@
1
  import torch
2
- ops = torch.ops._trimul_gpumode_b27d9fa
3
 
4
  def add_op_namespace_prefix(op_name: str):
5
  """
6
  Prefix op by namespace.
7
  """
8
- return f"_trimul_gpumode_b27d9fa::{op_name}"
 
1
  import torch
2
+ ops = torch.ops._trimul_gpumode_a005f70
3
 
4
  def add_op_namespace_prefix(op_name: str):
5
  """
6
  Prefix op by namespace.
7
  """
8
+ return f"_trimul_gpumode_a005f70::{op_name}"
build/torch-xpu/_ops.py CHANGED
@@ -1,8 +1,8 @@
1
  import torch
2
- ops = torch.ops._trimul_gpumode_b27d9fa
3
 
4
  def add_op_namespace_prefix(op_name: str):
5
  """
6
  Prefix op by namespace.
7
  """
8
- return f"_trimul_gpumode_b27d9fa::{op_name}"
 
1
  import torch
2
+ ops = torch.ops._trimul_gpumode_a005f70
3
 
4
  def add_op_namespace_prefix(op_name: str):
5
  """
6
  Prefix op by namespace.
7
  """
8
+ return f"_trimul_gpumode_a005f70::{op_name}"