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_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so} +2 -2
- 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_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so} +2 -2
- 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_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so} +2 -2
- build/torch212-cxx11-cpu-x86_64-linux/metadata.json +1 -1
.gitattributes
CHANGED
|
@@ -691,3 +691,6 @@ build/torch212-cxx11-cu132-x86_64-linux/_relu_cuda_c835f43.abi3.so filter=lfs di
|
|
| 691 |
build/torch212-cxx11-rocm71-x86_64-linux/_relu_rocm_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 692 |
build/torch212-cxx11-rocm72-x86_64-linux/_relu_rocm_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 693 |
build/torch212-cxx11-xpu20253-x86_64-linux/_relu_xpu_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 691 |
build/torch212-cxx11-rocm71-x86_64-linux/_relu_rocm_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 692 |
build/torch212-cxx11-rocm72-x86_64-linux/_relu_rocm_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 693 |
build/torch212-cxx11-xpu20253-x86_64-linux/_relu_xpu_c835f43.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 694 |
+
build/torch210-cxx11-cpu-x86_64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 695 |
+
build/torch211-cxx11-cpu-x86_64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 696 |
+
build/torch212-cxx11-cpu-x86_64-linux/_relu_cpu_ae3dbf6.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_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}"
|
build/torch210-cxx11-cpu-x86_64-linux/{_relu_cpu_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:040d783e38ef255625c9948844fb228fa84ef782d4a72f42b81d9a0044c1c322
|
| 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_ae3dbf6",
|
| 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_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}"
|
build/torch211-cxx11-cpu-x86_64-linux/{_relu_cpu_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ccbe767fe84162ec85fae4052077769e6b259560e8540891f68d98e506efe03
|
| 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_ae3dbf6",
|
| 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_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}"
|
build/torch212-cxx11-cpu-x86_64-linux/{_relu_cpu_c835f43.abi3.so → _relu_cpu_ae3dbf6.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a336f7a5b1737be585171f72825cb508f3f005a08f0615d7b9221500c23b596
|
| 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_ae3dbf6",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|