Build uploaded using `kernels`.
Browse files
.gitattributes
CHANGED
|
@@ -283,3 +283,4 @@ build/torch29-cxx11-cu126-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs di
|
|
| 283 |
build/torch29-cxx11-cu128-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 284 |
build/torch29-cxx11-cu130-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 285 |
build/torch210-cu128-x86_64-windows/_relu_cuda_fd389c8.pyd filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 283 |
build/torch29-cxx11-cu128-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 284 |
build/torch29-cxx11-cu130-aarch64-linux/_relu_cuda_0a30093.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 285 |
build/torch210-cu128-x86_64-windows/_relu_cuda_fd389c8.pyd filter=lfs diff=lfs merge=lfs -text
|
| 286 |
+
build/torch210-xpu20253-x86_64-windows/_relu_xpu_fd389c8.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_fd389c8
|
| 3 |
+
ops = torch.ops._relu_xpu_fd389c8
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_xpu_fd389c8::{op_name}"
|
build/torch210-xpu20253-x86_64-windows/{_relu_xpu_657300a.pyd → _relu_xpu_fd389c8.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:75462ee8a2e75e58c7ae3670f27009e62dc82c0cd0cb8096f25365e0a540fc26
|
| 3 |
size 166400
|