Build uploaded using `kernels`.
Browse files- .gitattributes +1 -0
- build/torch29-cxx11-cu126-x86_64-linux/relu/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch29-cxx11-cu126-x86_64-linux/relu/__pycache__/_ops.cpython-313.pyc +0 -0
- build/torch29-cxx11-cu126-x86_64-linux/relu/_ops.py +3 -3
- build/torch29-cxx11-cu126-x86_64-linux/relu/{_relu_e52ac39.abi3.so → _relu_46e4283.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -70,3 +70,4 @@ build/torch29-cxx11-rocm63-x86_64-linux/relu/_relu_8d21eda.abi3.so filter=lfs di
|
|
| 70 |
build/torch29-cxx11-rocm64-x86_64-linux/relu/_relu_8d21eda.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 71 |
build/torch29-cxx11-xpu20252-x86_64-linux/relu/_relu_8d21eda.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 72 |
build/torch29-cxx11-cu126-x86_64-linux/relu/_relu_e52ac39.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 70 |
build/torch29-cxx11-rocm64-x86_64-linux/relu/_relu_8d21eda.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 71 |
build/torch29-cxx11-xpu20252-x86_64-linux/relu/_relu_8d21eda.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 72 |
build/torch29-cxx11-cu126-x86_64-linux/relu/_relu_e52ac39.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
build/torch29-cxx11-cu126-x86_64-linux/relu/_relu_46e4283.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch29-cxx11-cu126-x86_64-linux/relu/__pycache__/__init__.cpython-313.pyc
CHANGED
|
Binary files a/build/torch29-cxx11-cu126-x86_64-linux/relu/__pycache__/__init__.cpython-313.pyc and b/build/torch29-cxx11-cu126-x86_64-linux/relu/__pycache__/__init__.cpython-313.pyc differ
|
|
|
build/torch29-cxx11-cu126-x86_64-linux/relu/__pycache__/_ops.cpython-313.pyc
CHANGED
|
Binary files a/build/torch29-cxx11-cu126-x86_64-linux/relu/__pycache__/_ops.cpython-313.pyc and b/build/torch29-cxx11-cu126-x86_64-linux/relu/__pycache__/_ops.cpython-313.pyc differ
|
|
|
build/torch29-cxx11-cu126-x86_64-linux/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_46e4283
|
| 3 |
+
ops = torch.ops._relu_46e4283
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_46e4283::{op_name}"
|
build/torch29-cxx11-cu126-x86_64-linux/relu/{_relu_e52ac39.abi3.so → _relu_46e4283.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1977272
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:568ffdc8884fd0d01a0690745bb744f0fc556d1c0a4ae204abf750f632146fd5
|
| 3 |
size 1977272
|