Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files
.gitattributes
CHANGED
|
@@ -566,3 +566,4 @@ build/torch211-cxx11-cu130-aarch64-linux/_relu_cuda_eb7c305.abi3.so filter=lfs d
|
|
| 566 |
build/torch29-cxx11-cu129-aarch64-linux/_relu_cuda_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 567 |
build/torch210-metal-aarch64-darwin/_relu_metal_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 568 |
build/torch211-metal-aarch64-darwin/_relu_metal_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 566 |
build/torch29-cxx11-cu129-aarch64-linux/_relu_cuda_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 567 |
build/torch210-metal-aarch64-darwin/_relu_metal_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 568 |
build/torch211-metal-aarch64-darwin/_relu_metal_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 569 |
+
build/torch211-cu128-x86_64-windows/_relu_cuda_9432678.pyd filter=lfs diff=lfs merge=lfs -text
|
build/torch211-cu128-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_cuda_9432678
|
| 3 |
+
ops = torch.ops._relu_cuda_9432678
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_9432678::{op_name}"
|
build/torch211-cu128-x86_64-windows/{_relu_cuda_9311fe5.pyd → _relu_cuda_9432678.pyd}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 203776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3eeca09e2e2962e3412c4efb50f156ca1638a57f0c8f7acdf68858c352cbd66
|
| 3 |
size 203776
|