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_c7869db.abi3.so → _relu_cpu_034a4c3.abi3.so} +1 -1
- build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.abi3.so} +1 -1
- build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.abi3.so} +1 -1
- build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.abi3.so} +1 -1
- build/torch211-cxx11-cpu-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cpu-aarch64-linux/{_relu_cpu_c7869db.abi3.so → _relu_cpu_034a4c3.abi3.so} +1 -1
- build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.abi3.so} +1 -1
- build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.abi3.so} +1 -1
- build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.abi3.so} +1 -1
- build/torch29-cxx11-cu129-aarch64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu129-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -542,3 +542,12 @@ build/torch211-cxx11-rocm71-x86_64-linux/_relu_rocm_034a4c3.abi3.so filter=lfs d
|
|
| 542 |
build/torch211-cxx11-rocm72-x86_64-linux/_relu_rocm_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 543 |
build/torch211-cxx11-xpu20253-x86_64-linux/_relu_xpu_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 544 |
build/torch29-cxx11-cu129-x86_64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 542 |
build/torch211-cxx11-rocm72-x86_64-linux/_relu_rocm_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 543 |
build/torch211-cxx11-xpu20253-x86_64-linux/_relu_xpu_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 544 |
build/torch29-cxx11-cu129-x86_64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 545 |
+
build/torch210-cxx11-cpu-aarch64-linux/_relu_cpu_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 546 |
+
build/torch210-cxx11-cu126-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 547 |
+
build/torch210-cxx11-cu128-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 548 |
+
build/torch210-cxx11-cu130-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 549 |
+
build/torch211-cxx11-cpu-aarch64-linux/_relu_cpu_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 550 |
+
build/torch211-cxx11-cu126-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 551 |
+
build/torch211-cxx11-cu128-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 552 |
+
build/torch211-cxx11-cu130-aarch64-linux/_relu_cuda_034a4c3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 553 |
+
build/torch29-cxx11-cu129-aarch64-linux/_relu_cuda_034a4c3.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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cpu_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_034a4c3::{op_name}"
|
build/torch210-cxx11-cpu-aarch64-linux/{_relu_cpu_c7869db.abi3.so → _relu_cpu_034a4c3.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:b4593ccc88864d249c33998af503e4247d933bceafa9bbc989eb875035466392
|
| 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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cuda_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_034a4c3::{op_name}"
|
build/torch210-cxx11-cu126-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.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:892993231321a17ce35af1f0d486b0c330be239b04595acd32bebfe515955308
|
| 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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cuda_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_034a4c3::{op_name}"
|
build/torch210-cxx11-cu128-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.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:e2e6a1c6a385a7af059d8d9486b9cafedb9f7d0cf91838bc8aa16ea378666087
|
| 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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cuda_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_034a4c3::{op_name}"
|
build/torch210-cxx11-cu130-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.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:1ca655ee01e21ae6710b8773b1b082b086bc05c91941526a15e7b2f36c97de50
|
| 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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cpu_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_034a4c3::{op_name}"
|
build/torch211-cxx11-cpu-aarch64-linux/{_relu_cpu_c7869db.abi3.so → _relu_cpu_034a4c3.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:10afe2c48e8685091f1f510cb91bd827ce5ed560e08ce6dd18b2c9b0ab792215
|
| 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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cuda_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_034a4c3::{op_name}"
|
build/torch211-cxx11-cu126-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.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:4c404d2a09512d17b944aa45867712b92b19fdab7e87276aa37f6b726b12d0c1
|
| 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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cuda_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_034a4c3::{op_name}"
|
build/torch211-cxx11-cu128-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.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:94d6ed24d0ba4cbd60a7f3b879d3a9ec234083035eb7eccb580cac846071128d
|
| 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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cuda_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_034a4c3::{op_name}"
|
build/torch211-cxx11-cu130-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.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:eefd0e14a7acbabde6519ec8f6ed774a0ba23fffa51f397188b9ad68071aaf91
|
| 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_034a4c3
|
| 3 |
+
ops = torch.ops._relu_cuda_034a4c3
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_034a4c3::{op_name}"
|
build/torch29-cxx11-cu129-aarch64-linux/{_relu_cuda_c7869db.abi3.so → _relu_cuda_034a4c3.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:d6ccc030ef045706fb87cce0f7b58ddd0fea9c40bac2de4f473960f9f918dd78
|
| 3 |
size 2234392
|