Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +3 -0
- build/torch210-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cpu-x86_64-linux/{_relu_cpu_739753b.abi3.so → _relu_cpu_2038186.abi3.so} +1 -1
- build/torch210-cxx11-cpu-x86_64-linux/metadata.json +1 -1
- build/torch211-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cpu-x86_64-linux/{_relu_cpu_739753b.abi3.so → _relu_cpu_2038186.abi3.so} +1 -1
- build/torch211-cxx11-cpu-x86_64-linux/metadata.json +1 -1
- build/torch212-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch212-cxx11-cpu-x86_64-linux/{_relu_cpu_739753b.abi3.so → _relu_cpu_2038186.abi3.so} +1 -1
- build/torch212-cxx11-cpu-x86_64-linux/metadata.json +1 -1
.gitattributes
CHANGED
|
@@ -763,3 +763,6 @@ build/torch211-cxx11-rocm71-x86_64-linux/_relu_rocm_739753b.abi3.so filter=lfs d
|
|
| 763 |
build/torch211-cxx11-rocm72-x86_64-linux/_relu_rocm_739753b.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 764 |
build/torch212-cxx11-rocm71-x86_64-linux/_relu_rocm_739753b.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 765 |
build/torch212-cxx11-rocm72-x86_64-linux/_relu_rocm_739753b.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 763 |
build/torch211-cxx11-rocm72-x86_64-linux/_relu_rocm_739753b.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 764 |
build/torch212-cxx11-rocm71-x86_64-linux/_relu_rocm_739753b.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 765 |
build/torch212-cxx11-rocm72-x86_64-linux/_relu_rocm_739753b.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
|
build/torch210-cxx11-cpu-x86_64-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-x86_64-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 1778056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:852d15700b810ee1dc56cdff10cd091fc64dfbe7f2470f6a6b58a34f499dd785
|
| 3 |
size 1778056
|
build/torch210-cxx11-cpu-x86_64-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-x86_64-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-x86_64-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 1778056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c75e05af300b50c0532e0b1250b113e6869d57a6eff65d22c1743a6c6cca3b91
|
| 3 |
size 1778056
|
build/torch211-cxx11-cpu-x86_64-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-x86_64-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-x86_64-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 1778064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b902ea3af41a2cb8cd808878f184495cecb08b99879e1c806724e777b9bedbfc
|
| 3 |
size 1778064
|
build/torch212-cxx11-cpu-x86_64-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": [],
|