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_ae3dbf6.abi3.so → _relu_cpu_739753b.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_ae3dbf6.abi3.so → _relu_cpu_739753b.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_ae3dbf6.abi3.so → _relu_cpu_739753b.abi3.so} +1 -1
- build/torch212-cxx11-cpu-x86_64-linux/metadata.json +1 -1
.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
|
| 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_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:
|
| 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": "
|
| 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
|
| 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_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:
|
| 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": "
|
| 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
|
| 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_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:
|
| 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": "
|
| 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": [],
|