Build uploaded using `kernels`.
Browse files
.gitattributes
CHANGED
|
@@ -227,3 +227,4 @@ build/torch29-cxx11-rocm63-x86_64-linux/_relu_2b7ea88.abi3.so filter=lfs diff=lf
|
|
| 227 |
build/torch29-cxx11-rocm64-x86_64-linux/_relu_2b7ea88.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 228 |
build/torch29-cxx11-xpu20252-x86_64-linux/_relu_2b7ea88.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 229 |
build/torch210-cu128-x86_64-windows/relu/_relu_5629432.pyd filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 227 |
build/torch29-cxx11-rocm64-x86_64-linux/_relu_2b7ea88.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 228 |
build/torch29-cxx11-xpu20252-x86_64-linux/_relu_2b7ea88.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 229 |
build/torch210-cu128-x86_64-windows/relu/_relu_5629432.pyd filter=lfs diff=lfs merge=lfs -text
|
| 230 |
+
build/torch210-xpu20253-x86_64-windows/relu/_relu_5629432.pyd filter=lfs diff=lfs merge=lfs -text
|
build/torch210-xpu20253-x86_64-windows/relu/_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_5629432
|
| 3 |
+
ops = torch.ops._relu_5629432
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_5629432::{op_name}"
|
build/torch210-xpu20253-x86_64-windows/relu/{_relu_d7b860a.pyd → _relu_5629432.pyd}
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:3d2760e969f26060166022f17da63bebfe698655a62984236c6b538e12966b13
|
| 3 |
+
size 166400
|