Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files
.gitattributes
CHANGED
|
@@ -554,3 +554,4 @@ build/torch29-cxx11-cu129-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs di
|
|
| 554 |
build/torch211-cu128-x86_64-windows/_relu_cuda_9311fe5.pyd filter=lfs diff=lfs merge=lfs -text
|
| 555 |
build/torch210-metal-aarch64-darwin/_relu_metal_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 556 |
build/torch211-metal-aarch64-darwin/_relu_metal_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 554 |
build/torch211-cu128-x86_64-windows/_relu_cuda_9311fe5.pyd filter=lfs diff=lfs merge=lfs -text
|
| 555 |
build/torch210-metal-aarch64-darwin/_relu_metal_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 556 |
build/torch211-metal-aarch64-darwin/_relu_metal_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 557 |
+
build/torch210-xpu20253-x86_64-windows/_relu_xpu_9311fe5.pyd filter=lfs diff=lfs merge=lfs -text
|
build/torch210-xpu20253-x86_64-windows/_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_9311fe5
|
| 3 |
+
ops = torch.ops._relu_xpu_9311fe5
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_xpu_9311fe5::{op_name}"
|
build/torch210-xpu20253-x86_64-windows/{_relu_xpu_20e5021.pyd → _relu_xpu_9311fe5.pyd}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 166400
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21d8085d874a9ecc9e00225216cedfa634a467f46d7fe53a3f1bc91a60c51208
|
| 3 |
size 166400
|