Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +9 -0
- build/torch210-cxx11-cpu-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cpu-aarch64-linux/{_relu_cpu_034a4c3.abi3.so → _relu_cpu_eb7c305.abi3.so} +1 -1
- build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so} +1 -1
- build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so} +1 -1
- build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so} +1 -1
- build/torch211-cxx11-cpu-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cpu-aarch64-linux/{_relu_cpu_034a4c3.abi3.so → _relu_cpu_eb7c305.abi3.so} +1 -1
- build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so} +1 -1
- build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so} +1 -1
- build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so} +1 -1
- build/torch29-cxx11-cu129-aarch64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu129-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -555,3 +555,12 @@ build/torch211-cu128-x86_64-windows/_relu_cuda_9311fe5.pyd filter=lfs diff=lfs m
|
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 558 |
+
build/torch210-cxx11-cpu-aarch64-linux/_relu_cpu_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 559 |
+
build/torch210-cxx11-cu126-aarch64-linux/_relu_cuda_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 560 |
+
build/torch210-cxx11-cu128-aarch64-linux/_relu_cuda_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 561 |
+
build/torch210-cxx11-cu130-aarch64-linux/_relu_cuda_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 562 |
+
build/torch211-cxx11-cpu-aarch64-linux/_relu_cpu_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 563 |
+
build/torch211-cxx11-cu126-aarch64-linux/_relu_cuda_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 564 |
+
build/torch211-cxx11-cu128-aarch64-linux/_relu_cuda_eb7c305.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 565 |
+
build/torch211-cxx11-cu130-aarch64-linux/_relu_cuda_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
|
build/torch210-cxx11-cpu-aarch64-linux/_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_cpu_eb7c305
|
| 3 |
+
ops = torch.ops._relu_cpu_eb7c305
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_eb7c305::{op_name}"
|
build/torch210-cxx11-cpu-aarch64-linux/{_relu_cpu_034a4c3.abi3.so → _relu_cpu_eb7c305.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2025352
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03ac0c3cbb413c347f0cbeaa50504b1085907631051415acab0a4870ba3cca2d
|
| 3 |
size 2025352
|
build/torch210-cxx11-cu126-aarch64-linux/_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_eb7c305
|
| 3 |
+
ops = torch.ops._relu_cuda_eb7c305
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_eb7c305::{op_name}"
|
build/torch210-cxx11-cu126-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2103912
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43ca12fc0c8bf07e2cf560d8788e1b2bba22d6907c8dd8d977ecc2da5d450611
|
| 3 |
size 2103912
|
build/torch210-cxx11-cu128-aarch64-linux/_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_eb7c305
|
| 3 |
+
ops = torch.ops._relu_cuda_eb7c305
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_eb7c305::{op_name}"
|
build/torch210-cxx11-cu128-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2235240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45d60ccd7ac41c969b5495677f9cce5f9e2b3de87fb7fd3b39a272c85963a225
|
| 3 |
size 2235240
|
build/torch210-cxx11-cu130-aarch64-linux/_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_eb7c305
|
| 3 |
+
ops = torch.ops._relu_cuda_eb7c305
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_eb7c305::{op_name}"
|
build/torch210-cxx11-cu130-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2237576
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:680bf9bd81fc5fd2fb9c2e7ebbcea03f15eb802b9e8a2e0b939ee76682293e7e
|
| 3 |
size 2237576
|
build/torch211-cxx11-cpu-aarch64-linux/_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_cpu_eb7c305
|
| 3 |
+
ops = torch.ops._relu_cpu_eb7c305
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_eb7c305::{op_name}"
|
build/torch211-cxx11-cpu-aarch64-linux/{_relu_cpu_034a4c3.abi3.so → _relu_cpu_eb7c305.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2025352
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c022ee99d03732c2a5d678f1646bf8e90689c8e6b9b3ba70ff0f3d6d0bd2908
|
| 3 |
size 2025352
|
build/torch211-cxx11-cu126-aarch64-linux/_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_eb7c305
|
| 3 |
+
ops = torch.ops._relu_cuda_eb7c305
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_eb7c305::{op_name}"
|
build/torch211-cxx11-cu126-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2100128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b77b62a5dedd33edcaabb5b53744eaf4c3bd07c44c85c7d40a0c56b175328133
|
| 3 |
size 2100128
|
build/torch211-cxx11-cu128-aarch64-linux/_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_eb7c305
|
| 3 |
+
ops = torch.ops._relu_cuda_eb7c305
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_eb7c305::{op_name}"
|
build/torch211-cxx11-cu128-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2231464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4986ce0f4511cbb2385d92a41c0024d572780fa95bd984fceb8fd302f9572fa
|
| 3 |
size 2231464
|
build/torch211-cxx11-cu130-aarch64-linux/_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_eb7c305
|
| 3 |
+
ops = torch.ops._relu_cuda_eb7c305
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_eb7c305::{op_name}"
|
build/torch211-cxx11-cu130-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2233792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92360f9306d28355272b3a1ecefb53e6b379705f7f80036f969023a7b7b34f55
|
| 3 |
size 2233792
|
build/torch29-cxx11-cu129-aarch64-linux/_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_eb7c305
|
| 3 |
+
ops = torch.ops._relu_cuda_eb7c305
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_eb7c305::{op_name}"
|
build/torch29-cxx11-cu129-aarch64-linux/{_relu_cuda_034a4c3.abi3.so → _relu_cuda_eb7c305.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2234392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ffa676d7fed2d4ea2929cd5bfa5b8c561080106677f0b4432ddf9e065f969d4
|
| 3 |
size 2234392
|