Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +3 -0
- build/torch210-cxx11-xpu20253-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-xpu20253-x86_64-linux/{_relu_xpu_739753b.abi3.so → _relu_xpu_2038186.abi3.so} +1 -1
- build/torch210-cxx11-xpu20253-x86_64-linux/metadata.json +1 -1
- build/torch211-cxx11-xpu20253-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-xpu20253-x86_64-linux/{_relu_xpu_739753b.abi3.so → _relu_xpu_2038186.abi3.so} +1 -1
- build/torch211-cxx11-xpu20253-x86_64-linux/metadata.json +1 -1
- build/torch212-cxx11-xpu20253-x86_64-linux/_ops.py +3 -3
- build/torch212-cxx11-xpu20253-x86_64-linux/{_relu_xpu_739753b.abi3.so → _relu_xpu_2038186.abi3.so} +1 -1
- build/torch212-cxx11-xpu20253-x86_64-linux/metadata.json +1 -1
.gitattributes
CHANGED
|
@@ -769,3 +769,6 @@ build/torch212-cxx11-cpu-x86_64-linux/_relu_cpu_2038186.abi3.so filter=lfs diff=
|
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 772 |
+
build/torch210-cxx11-xpu20253-x86_64-linux/_relu_xpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 773 |
+
build/torch211-cxx11-xpu20253-x86_64-linux/_relu_xpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 774 |
+
build/torch212-cxx11-xpu20253-x86_64-linux/_relu_xpu_2038186.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cxx11-xpu20253-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_xpu_2038186
|
| 3 |
+
ops = torch.ops._relu_xpu_2038186
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_xpu_2038186::{op_name}"
|
build/torch210-cxx11-xpu20253-x86_64-linux/{_relu_xpu_739753b.abi3.so → _relu_xpu_2038186.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2091488
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8978d9a00c2854440564a7960a9d9334d69a95c697ee074ae627f4a3d7af81a4
|
| 3 |
size 2091488
|
build/torch210-cxx11-xpu20253-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_xpu_2038186",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
build/torch211-cxx11-xpu20253-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_xpu_2038186
|
| 3 |
+
ops = torch.ops._relu_xpu_2038186
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_xpu_2038186::{op_name}"
|
build/torch211-cxx11-xpu20253-x86_64-linux/{_relu_xpu_739753b.abi3.so → _relu_xpu_2038186.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2091488
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:348d03b42cf35a69b1e416da39f75f36f7fdfc7102830b4b0b73d709bb91ed4c
|
| 3 |
size 2091488
|
build/torch211-cxx11-xpu20253-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_xpu_2038186",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
build/torch212-cxx11-xpu20253-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_xpu_2038186
|
| 3 |
+
ops = torch.ops._relu_xpu_2038186
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_xpu_2038186::{op_name}"
|
build/torch212-cxx11-xpu20253-x86_64-linux/{_relu_xpu_739753b.abi3.so → _relu_xpu_2038186.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2046368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94dfc257951753c8368f5e18eda5f9f016723b02d0f62bcc6ddb5a2a8b4b62e5
|
| 3 |
size 2046368
|
build/torch212-cxx11-xpu20253-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_xpu_2038186",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|