kernels-bot commited on
Commit
958c0e7
·
verified ·
1 Parent(s): d7049dd

Uploaded using `kernel-builder`.

Browse files
.gitattributes CHANGED
@@ -691,3 +691,6 @@ build/torch212-cxx11-cu132-x86_64-linux/_relu_cuda_c835f43.abi3.so filter=lfs di
691
  build/torch212-cxx11-rocm71-x86_64-linux/_relu_rocm_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
692
  build/torch212-cxx11-rocm72-x86_64-linux/_relu_rocm_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
693
  build/torch212-cxx11-xpu20253-x86_64-linux/_relu_xpu_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
 
 
 
 
691
  build/torch212-cxx11-rocm71-x86_64-linux/_relu_rocm_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
692
  build/torch212-cxx11-rocm72-x86_64-linux/_relu_rocm_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
693
  build/torch212-cxx11-xpu20253-x86_64-linux/_relu_xpu_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
694
+ build/torch210-cxx11-cpu-x86_64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
695
+ build/torch211-cxx11-cpu-x86_64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
696
+ build/torch212-cxx11-cpu-x86_64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
build/torch210-cxx11-cpu-x86_64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cpu_c835f43
3
- ops = torch.ops._relu_cpu_c835f43
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cpu_c835f43::{op_name}"
 
1
  import torch
2
+ from . import _relu_cpu_ae3dbf6
3
+ ops = torch.ops._relu_cpu_ae3dbf6
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_ae3dbf6::{op_name}"
build/torch210-cxx11-cpu-x86_64-linux/{_relu_cpu_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:218e3614d70e886a42f23ad0268c73063e3ae074d8e896ba5044cbb19b12faeb
3
- size 1778080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:040d783e38ef255625c9948844fb228fa84ef782d4a72f42b81d9a0044c1c322
3
+ size 1778056
build/torch210-cxx11-cpu-x86_64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_cpu_c835f43",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_ae3dbf6",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
build/torch211-cxx11-cpu-x86_64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cpu_c835f43
3
- ops = torch.ops._relu_cpu_c835f43
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cpu_c835f43::{op_name}"
 
1
  import torch
2
+ from . import _relu_cpu_ae3dbf6
3
+ ops = torch.ops._relu_cpu_ae3dbf6
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_ae3dbf6::{op_name}"
build/torch211-cxx11-cpu-x86_64-linux/{_relu_cpu_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73462bb7804c1244a103566f75d42b66e547e3f2e08e69201d0aec0ce2395db8
3
- size 1778080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ccbe767fe84162ec85fae4052077769e6b259560e8540891f68d98e506efe03
3
+ size 1778056
build/torch211-cxx11-cpu-x86_64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_cpu_c835f43",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_ae3dbf6",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
build/torch212-cxx11-cpu-x86_64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cpu_c835f43
3
- ops = torch.ops._relu_cpu_c835f43
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cpu_c835f43::{op_name}"
 
1
  import torch
2
+ from . import _relu_cpu_ae3dbf6
3
+ ops = torch.ops._relu_cpu_ae3dbf6
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_ae3dbf6::{op_name}"
build/torch212-cxx11-cpu-x86_64-linux/{_relu_cpu_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27936e490927c91befa9e15325c3c48914e13c991cee66bda44a90e8f55f8646
3
- size 1778096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a336f7a5b1737be585171f72825cb508f3f005a08f0615d7b9221500c23b596
3
+ size 1778064
build/torch212-cxx11-cpu-x86_64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_cpu_c835f43",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_ae3dbf6",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],