kernels-bot commited on
Commit
74892c0
·
verified ·
1 Parent(s): 6c2e8f1

Uploaded using `kernel-builder`.

Browse files
.gitattributes CHANGED
@@ -766,3 +766,6 @@ build/torch212-cxx11-rocm72-x86_64-linux/_relu_rocm_739753b.abi3.so filter=lfs d
766
  build/torch210-cxx11-cpu-x86_64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
767
  build/torch211-cxx11-cpu-x86_64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
768
  build/torch212-cxx11-cpu-x86_64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
 
 
 
 
766
  build/torch210-cxx11-cpu-x86_64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
767
  build/torch211-cxx11-cpu-x86_64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
768
  build/torch212-cxx11-cpu-x86_64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
769
+ build/torch210-cxx11-cpu-aarch64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
770
+ build/torch211-cxx11-cpu-aarch64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
771
+ build/torch212-cxx11-cpu-aarch64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
build/torch210-cxx11-cpu-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
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}"
 
1
  import torch
2
+ from . import _relu_cpu_2038186
3
+ ops = torch.ops._relu_cpu_2038186
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_2038186::{op_name}"
build/torch210-cxx11-cpu-aarch64-linux/{_relu_cpu_739753b.abi3.so → _relu_cpu_2038186.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a778de8c82e6dbc44eb83cd15715cbfe31c7d1143a5eb7ff2591ba84272f4db
3
  size 2025344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d465e9b4f81f89b5480db1a15db971626c7239509b03751d8798a6ee760359
3
  size 2025344
build/torch210-cxx11-cpu-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_cpu_739753b",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_2038186",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
build/torch211-cxx11-cpu-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
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}"
 
1
  import torch
2
+ from . import _relu_cpu_2038186
3
+ ops = torch.ops._relu_cpu_2038186
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_2038186::{op_name}"
build/torch211-cxx11-cpu-aarch64-linux/{_relu_cpu_739753b.abi3.so → _relu_cpu_2038186.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7e29e7620d7f41e6433290473ac65850d3ce502e665cd644c453b455bcc32bb
3
  size 2025344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be15a494f04aa43c52380c1a8ebadc3446be1a70b889614cb41d34cfc9bcb7ae
3
  size 2025344
build/torch211-cxx11-cpu-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_cpu_739753b",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_2038186",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
build/torch212-cxx11-cpu-aarch64-linux/_ops.py CHANGED
@@ -1,9 +1,9 @@
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}"
 
1
  import torch
2
+ from . import _relu_cpu_2038186
3
+ ops = torch.ops._relu_cpu_2038186
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cpu_2038186::{op_name}"
build/torch212-cxx11-cpu-aarch64-linux/{_relu_cpu_739753b.abi3.so → _relu_cpu_2038186.abi3.so} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56d77a85ee87a483a88f1b6a10d2080ebb765c5f26009f497d3a6c3c2fb1f484
3
  size 2025352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:159b2b7da75ef3e4aa2f9c37d0a13cead6c2b4b83d73ca5cf407bf8a20f421d6
3
  size 2025352
build/torch212-cxx11-cpu-aarch64-linux/metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "relu",
3
- "id": "_relu_cpu_739753b",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],
 
1
  {
2
  "name": "relu",
3
+ "id": "_relu_cpu_2038186",
4
  "version": 1,
5
  "license": "Apache-2.0",
6
  "python-depends": [],