Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +6 -0
- build/torch210-cxx11-cu126-x86_64-linux/{_mra_cuda_947ca12.abi3.so → _mra_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-x86_64-linux/metadata.json +3 -0
- build/{torch211-cxx11-cu128-x86_64-linux/_mra_cuda_947ca12.abi3.so → torch210-cxx11-cu128-x86_64-linux/_mra_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-x86_64-linux/metadata.json +3 -0
- build/{torch211-cxx11-cu130-x86_64-linux/_mra_cuda_947ca12.abi3.so → torch210-cxx11-cu130-x86_64-linux/_mra_cuda_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-x86_64-linux/metadata.json +3 -0
- build/torch211-cxx11-cu126-x86_64-linux/{_mra_cuda_947ca12.abi3.so → _mra_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-x86_64-linux/metadata.json +3 -0
- build/{torch210-cxx11-cu128-x86_64-linux/_mra_cuda_947ca12.abi3.so → torch211-cxx11-cu128-x86_64-linux/_mra_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-x86_64-linux/metadata.json +3 -0
- build/{torch210-cxx11-cu130-x86_64-linux/_mra_cuda_947ca12.abi3.so → torch211-cxx11-cu130-x86_64-linux/_mra_cuda_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-x86_64-linux/metadata.json +3 -0
.gitattributes
CHANGED
|
@@ -150,3 +150,9 @@ build/torch210-cxx11-cu130-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs di
|
|
| 150 |
build/torch211-cxx11-cu126-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 151 |
build/torch211-cxx11-cu128-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 152 |
build/torch211-cxx11-cu130-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
build/torch211-cxx11-cu126-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 151 |
build/torch211-cxx11-cu128-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 152 |
build/torch211-cxx11-cu130-aarch64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 153 |
+
build/torch210-cxx11-cu126-x86_64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 154 |
+
build/torch210-cxx11-cu128-x86_64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 155 |
+
build/torch210-cxx11-cu130-x86_64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 156 |
+
build/torch211-cxx11-cu126-x86_64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 157 |
+
build/torch211-cxx11-cu128-x86_64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 158 |
+
build/torch211-cxx11-cu130-x86_64-linux/_mra_cuda_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cxx11-cu126-x86_64-linux/{_mra_cuda_947ca12.abi3.so → _mra_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2451480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6aafad2a759af095aac2f203e003a04b8a6f835c6841debb8b38d838fbce7e28
|
| 3 |
size 2451480
|
build/torch210-cxx11-cu126-x86_64-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 _mra_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mra_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu126-x86_64-linux/metadata.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": [],
|
| 4 |
"backend": {
|
| 5 |
"type": "cuda",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mra",
|
| 3 |
+
"id": "_mra_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/{torch211-cxx11-cu128-x86_64-linux/_mra_cuda_947ca12.abi3.so → torch210-cxx11-cu128-x86_64-linux/_mra_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2719848
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a899fc473f4ed1b0a39c4c211015adcf9cb299cfb76b9e6a31dbf7b3fcfd58d7
|
| 3 |
size 2719848
|
build/torch210-cxx11-cu128-x86_64-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 _mra_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mra_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": [],
|
| 4 |
"backend": {
|
| 5 |
"type": "cuda",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mra",
|
| 3 |
+
"id": "_mra_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/{torch211-cxx11-cu130-x86_64-linux/_mra_cuda_947ca12.abi3.so → torch210-cxx11-cu130-x86_64-linux/_mra_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2641648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:383257eec6a36495c0fea2f70e60b24ccfb63bea4aad48a2ccefd272ec068132
|
| 3 |
size 2641648
|
build/torch210-cxx11-cu130-x86_64-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 _mra_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mra_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": [],
|
| 4 |
"backend": {
|
| 5 |
"type": "cuda",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mra",
|
| 3 |
+
"id": "_mra_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/torch211-cxx11-cu126-x86_64-linux/{_mra_cuda_947ca12.abi3.so → _mra_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2451480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcf60c6e5f025c2e8d9074962eb93ac46372d0972994c4dd2218ab8348ddf9d8
|
| 3 |
size 2451480
|
build/torch211-cxx11-cu126-x86_64-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 _mra_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mra_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu126-x86_64-linux/metadata.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": [],
|
| 4 |
"backend": {
|
| 5 |
"type": "cuda",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mra",
|
| 3 |
+
"id": "_mra_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/{torch210-cxx11-cu128-x86_64-linux/_mra_cuda_947ca12.abi3.so → torch211-cxx11-cu128-x86_64-linux/_mra_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2719848
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4c976bee5579f8b6d8b7081a166bcf587c3113a098e6080c9a5124172c652bc
|
| 3 |
size 2719848
|
build/torch211-cxx11-cu128-x86_64-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 _mra_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mra_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": [],
|
| 4 |
"backend": {
|
| 5 |
"type": "cuda",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mra",
|
| 3 |
+
"id": "_mra_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|
build/{torch210-cxx11-cu130-x86_64-linux/_mra_cuda_947ca12.abi3.so → torch211-cxx11-cu130-x86_64-linux/_mra_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2641648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e640ffb1150c10b48c60f5cccc969409f0ac5c93307344b7b0c429e2a3871de5
|
| 3 |
size 2641648
|
build/torch211-cxx11-cu130-x86_64-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 _mra_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mra_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": [],
|
| 4 |
"backend": {
|
| 5 |
"type": "cuda",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mra",
|
| 3 |
+
"id": "_mra_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
+
"license": "Apache-2.0",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cuda",
|