Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +3 -0
- build/torch210-cxx11-cpu-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cpu-aarch64-linux/{_relu_cpu_739753b.abi3.so → _relu_cpu_2038186.abi3.so} +1 -1
- build/torch210-cxx11-cpu-aarch64-linux/metadata.json +1 -1
- build/torch211-cxx11-cpu-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cpu-aarch64-linux/{_relu_cpu_739753b.abi3.so → _relu_cpu_2038186.abi3.so} +1 -1
- build/torch211-cxx11-cpu-aarch64-linux/metadata.json +1 -1
- build/torch212-cxx11-cpu-aarch64-linux/_ops.py +3 -3
- build/torch212-cxx11-cpu-aarch64-linux/{_relu_cpu_739753b.abi3.so → _relu_cpu_2038186.abi3.so} +1 -1
- build/torch212-cxx11-cpu-aarch64-linux/metadata.json +1 -1
.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
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 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:
|
| 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": "
|
| 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
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 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:
|
| 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": "
|
| 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
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 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:
|
| 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": "
|
| 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": [],
|