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_5873916.abi3.so β _relu_cpu_c7869db.abi3.so} +1 -1
- build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.abi3.so} +1 -1
- build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.abi3.so} +1 -1
- build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.abi3.so} +1 -1
- build/torch211-cxx11-cpu-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cpu-aarch64-linux/{_relu_cpu_5873916.abi3.so β _relu_cpu_c7869db.abi3.so} +1 -1
- build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.abi3.so} +1 -1
- build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.abi3.so} +1 -1
- build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.abi3.so} +1 -1
- build/torch29-cxx11-cu129-aarch64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu129-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -406,3 +406,12 @@ build/torch211-cxx11-cu126-aarch64-linux/_relu_cuda_5873916.abi3.so filter=lfs d
|
|
| 406 |
build/torch211-cxx11-cu128-aarch64-linux/_relu_cuda_5873916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 407 |
build/torch211-cxx11-cu130-aarch64-linux/_relu_cuda_5873916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 408 |
build/torch29-cxx11-cu129-aarch64-linux/_relu_cuda_5873916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 406 |
build/torch211-cxx11-cu128-aarch64-linux/_relu_cuda_5873916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 407 |
build/torch211-cxx11-cu130-aarch64-linux/_relu_cuda_5873916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 408 |
build/torch29-cxx11-cu129-aarch64-linux/_relu_cuda_5873916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 409 |
+
build/torch210-cxx11-cpu-aarch64-linux/_relu_cpu_c7869db.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 410 |
+
build/torch210-cxx11-cu126-aarch64-linux/_relu_cuda_c7869db.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 411 |
+
build/torch210-cxx11-cu128-aarch64-linux/_relu_cuda_c7869db.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 412 |
+
build/torch210-cxx11-cu130-aarch64-linux/_relu_cuda_c7869db.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 413 |
+
build/torch211-cxx11-cpu-aarch64-linux/_relu_cpu_c7869db.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 414 |
+
build/torch211-cxx11-cu126-aarch64-linux/_relu_cuda_c7869db.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 415 |
+
build/torch211-cxx11-cu128-aarch64-linux/_relu_cuda_c7869db.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 416 |
+
build/torch211-cxx11-cu130-aarch64-linux/_relu_cuda_c7869db.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 417 |
+
build/torch29-cxx11-cu129-aarch64-linux/_relu_cuda_c7869db.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_c7869db
|
| 3 |
+
ops = torch.ops._relu_cpu_c7869db
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_c7869db::{op_name}"
|
build/torch210-cxx11-cpu-aarch64-linux/{_relu_cpu_5873916.abi3.so β _relu_cpu_c7869db.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:a6fdbc6d7f01e3c72c8de750122b9b518cd2eb4849c37b40c704ea77b3aae19c
|
| 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_c7869db
|
| 3 |
+
ops = torch.ops._relu_cuda_c7869db
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_c7869db::{op_name}"
|
build/torch210-cxx11-cu126-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.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:0874b432dcff4e617df83d48d491d97493ab517c58d9c5196550f8f45c82ffec
|
| 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_c7869db
|
| 3 |
+
ops = torch.ops._relu_cuda_c7869db
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_c7869db::{op_name}"
|
build/torch210-cxx11-cu128-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.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:69a356d73810e9bda4a9a4b087be3773f493c064b703932fc6b22cd1ddb252a3
|
| 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_c7869db
|
| 3 |
+
ops = torch.ops._relu_cuda_c7869db
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_c7869db::{op_name}"
|
build/torch210-cxx11-cu130-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.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:973660357cd71e29258de991b618f9af252aeac19a19345aeafe23e0a9e430bb
|
| 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_c7869db
|
| 3 |
+
ops = torch.ops._relu_cpu_c7869db
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cpu_c7869db::{op_name}"
|
build/torch211-cxx11-cpu-aarch64-linux/{_relu_cpu_5873916.abi3.so β _relu_cpu_c7869db.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:e97c3d49876bf3fbaaa23a2cdfc5e59812d105d709639cd5a8225d59de4f5cc9
|
| 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_c7869db
|
| 3 |
+
ops = torch.ops._relu_cuda_c7869db
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_c7869db::{op_name}"
|
build/torch211-cxx11-cu126-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.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:7784169e5fb324f59d8568bcfee0640d24d95db9c6dfe0920017670e607953e0
|
| 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_c7869db
|
| 3 |
+
ops = torch.ops._relu_cuda_c7869db
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_c7869db::{op_name}"
|
build/torch211-cxx11-cu128-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.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:f92f07327c01e7261e238ca899c3d449daa382963320ceacd52c79b2372b2115
|
| 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_c7869db
|
| 3 |
+
ops = torch.ops._relu_cuda_c7869db
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_c7869db::{op_name}"
|
build/torch211-cxx11-cu130-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.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:2d5ee5ddce1a508b52c31fda718625897321c2405feb0ee33470c23ffc481ddf
|
| 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_c7869db
|
| 3 |
+
ops = torch.ops._relu_cuda_c7869db
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_relu_cuda_c7869db::{op_name}"
|
build/torch29-cxx11-cu129-aarch64-linux/{_relu_cuda_5873916.abi3.so β _relu_cuda_c7869db.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:a8f6cc4f96be3717d3d0c24b46effbd7ca3c5645c0a76466ee5da8944257a62e
|
| 3 |
size 2234392
|