kernels-bot commited on
Commit
9e26f0e
·
verified ·
1 Parent(s): 0ca22ea

Uploaded using `kernel-builder`.

Browse files
.gitattributes CHANGED
@@ -727,3 +727,6 @@ build/torch211-cxx11-rocm71-x86_64-linux/_relu_rocm_ae3dbf6.abi3.so filter=lfs d
727
  build/torch211-cxx11-rocm72-x86_64-linux/_relu_rocm_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
728
  build/torch212-cxx11-rocm71-x86_64-linux/_relu_rocm_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
729
  build/torch212-cxx11-rocm72-x86_64-linux/_relu_rocm_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
 
 
 
 
727
  build/torch211-cxx11-rocm72-x86_64-linux/_relu_rocm_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
728
  build/torch212-cxx11-rocm71-x86_64-linux/_relu_rocm_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
729
  build/torch212-cxx11-rocm72-x86_64-linux/_relu_rocm_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
730
+ build/torch210-cxx11-cpu-x86_64-linux/_relu_cpu_739753b.abi3.so filter=lfs diff=lfs merge=lfs -text
731
+ build/torch211-cxx11-cpu-x86_64-linux/_relu_cpu_739753b.abi3.so filter=lfs diff=lfs merge=lfs -text
732
+ build/torch212-cxx11-cpu-x86_64-linux/_relu_cpu_739753b.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_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}"
 
1
  import torch
2
+ from . import _relu_cpu_739753b
3
+ ops = torch.ops._relu_cpu_739753b
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_739753b::{op_name}"
build/torch210-cxx11-cpu-x86_64-linux/{_relu_cpu_ae3dbf6.abi3.so → _relu_cpu_739753b.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:040d783e38ef255625c9948844fb228fa84ef782d4a72f42b81d9a0044c1c322
3
  size 1778056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6db5805192dcc0f6937e0d1cd32ed6e805ddec155e22f3bd8f742e7f0ceaf5
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_ae3dbf6",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_739753b",
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_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}"
 
1
  import torch
2
+ from . import _relu_cpu_739753b
3
+ ops = torch.ops._relu_cpu_739753b
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_739753b::{op_name}"
build/torch211-cxx11-cpu-x86_64-linux/{_relu_cpu_ae3dbf6.abi3.so → _relu_cpu_739753b.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ccbe767fe84162ec85fae4052077769e6b259560e8540891f68d98e506efe03
3
  size 1778056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a4d48942281cd0fb6a14c9dde84ed8413b58b073bb58eacf7fb5f7a9b78374e
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_ae3dbf6",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_739753b",
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_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}"
 
1
  import torch
2
+ from . import _relu_cpu_739753b
3
+ ops = torch.ops._relu_cpu_739753b
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_739753b::{op_name}"
build/torch212-cxx11-cpu-x86_64-linux/{_relu_cpu_ae3dbf6.abi3.so → _relu_cpu_739753b.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a336f7a5b1737be585171f72825cb508f3f005a08f0615d7b9221500c23b596
3
  size 1778064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c20a436b7d54016b540c8bb7ef2f0aeffd62e43de1649cd8b09ab5e329c13532
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_ae3dbf6",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_739753b",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],