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_c835f43.abi3.so → _relu_xpu_ae3dbf6.abi3.so} +2 -2
- 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_c835f43.abi3.so → _relu_xpu_ae3dbf6.abi3.so} +2 -2
- 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_c835f43.abi3.so → _relu_xpu_ae3dbf6.abi3.so} +2 -2
- build/torch212-cxx11-xpu20253-x86_64-linux/metadata.json +1 -1
.gitattributes
CHANGED
|
@@ -697,3 +697,6 @@ build/torch212-cxx11-cpu-x86_64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=
|
|
| 697 |
build/torch210-cxx11-cpu-aarch64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 698 |
build/torch211-cxx11-cpu-aarch64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 699 |
build/torch212-cxx11-cpu-aarch64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 697 |
build/torch210-cxx11-cpu-aarch64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 698 |
build/torch211-cxx11-cpu-aarch64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 699 |
build/torch212-cxx11-cpu-aarch64-linux/_relu_cpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 700 |
+
build/torch210-cxx11-xpu20253-x86_64-linux/_relu_xpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 701 |
+
build/torch211-cxx11-xpu20253-x86_64-linux/_relu_xpu_ae3dbf6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 702 |
+
build/torch212-cxx11-xpu20253-x86_64-linux/_relu_xpu_ae3dbf6.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_ae3dbf6
|
| 3 |
+
ops = torch.ops._relu_xpu_ae3dbf6
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_xpu_ae3dbf6::{op_name}"
|
build/torch210-cxx11-xpu20253-x86_64-linux/{_relu_xpu_c835f43.abi3.so → _relu_xpu_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:6f71270c7ca34d1cb7943eb76bb154900d9d99bee02cf251d5fbafe2d20b05f6
|
| 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_ae3dbf6",
|
| 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_ae3dbf6
|
| 3 |
+
ops = torch.ops._relu_xpu_ae3dbf6
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_xpu_ae3dbf6::{op_name}"
|
build/torch211-cxx11-xpu20253-x86_64-linux/{_relu_xpu_c835f43.abi3.so → _relu_xpu_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:84ac336132724fa0b9e222b5275c368ee55fd6e32bfb2a9aed9417a82f32f268
|
| 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_ae3dbf6",
|
| 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_ae3dbf6
|
| 3 |
+
ops = torch.ops._relu_xpu_ae3dbf6
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_xpu_ae3dbf6::{op_name}"
|
build/torch212-cxx11-xpu20253-x86_64-linux/{_relu_xpu_c835f43.abi3.so → _relu_xpu_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:f0a78d25b048e6cb4dcdb666bbbccfa9a75b84b3bf993ef948383be18b2101a1
|
| 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_ae3dbf6",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|