Uploaded using `kernel-builder`.
Browse files- .gitattributes +7 -0
- build/torch210-cxx11-cu126-aarch64-linux/{_mra_cuda_c1eaa2d.abi3.so β _mra_cuda_626bba0.abi3.so} +1 -1
- build/torch210-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/{torch211-cxx11-cu128-aarch64-linux/_mra_cuda_c1eaa2d.abi3.so β torch210-cxx11-cu128-aarch64-linux/_mra_cuda_626bba0.abi3.so} +1 -1
- build/torch210-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-aarch64-linux/{_mra_cuda_c1eaa2d.abi3.so β _mra_cuda_626bba0.abi3.so} +2 -2
- build/torch210-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-aarch64-linux/{_mra_cuda_c1eaa2d.abi3.so β _mra_cuda_626bba0.abi3.so} +1 -1
- build/torch211-cxx11-cu126-aarch64-linux/_ops.py +3 -3
- build/{torch210-cxx11-cu128-aarch64-linux/_mra_cuda_c1eaa2d.abi3.so β torch211-cxx11-cu128-aarch64-linux/_mra_cuda_626bba0.abi3.so} +1 -1
- build/torch211-cxx11-cu128-aarch64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-aarch64-linux/_mra_cuda_626bba0.abi3.so +3 -0
- build/torch211-cxx11-cu130-aarch64-linux/_mra_cuda_c1eaa2d.abi3.so +0 -3
- build/torch211-cxx11-cu130-aarch64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu129-aarch64-linux/{_mra_cuda_c1eaa2d.abi3.so β _mra_cuda_626bba0.abi3.so} +1 -1
- build/torch29-cxx11-cu129-aarch64-linux/_ops.py +3 -3
.gitattributes
CHANGED
|
@@ -115,3 +115,10 @@ build/torch211-cxx11-cu128-x86_64-linux/_mra_cuda_c1eaa2d.abi3.so filter=lfs dif
|
|
| 115 |
build/torch211-cxx11-cu130-x86_64-linux/_mra_cuda_c1eaa2d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 116 |
build/torch29-cxx11-cu129-x86_64-linux/_mra_cuda_c1eaa2d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 117 |
build/torch211-cu128-x86_64-windows/_mra_cuda_d3f6bf5.pyd filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
build/torch211-cxx11-cu130-x86_64-linux/_mra_cuda_c1eaa2d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 116 |
build/torch29-cxx11-cu129-x86_64-linux/_mra_cuda_c1eaa2d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 117 |
build/torch211-cu128-x86_64-windows/_mra_cuda_d3f6bf5.pyd filter=lfs diff=lfs merge=lfs -text
|
| 118 |
+
build/torch210-cxx11-cu126-aarch64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 119 |
+
build/torch210-cxx11-cu128-aarch64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 120 |
+
build/torch210-cxx11-cu130-aarch64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 121 |
+
build/torch211-cxx11-cu126-aarch64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 122 |
+
build/torch211-cxx11-cu128-aarch64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 123 |
+
build/torch211-cxx11-cu130-aarch64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 124 |
+
build/torch29-cxx11-cu129-aarch64-linux/_mra_cuda_626bba0.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cxx11-cu126-aarch64-linux/{_mra_cuda_c1eaa2d.abi3.so β _mra_cuda_626bba0.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2567952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1a5226353152e845c1eb2ff0df366e839713c9121f2fed647b1de8b3735f876
|
| 3 |
size 2567952
|
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 _mra_cuda_626bba0
|
| 3 |
+
ops = torch.ops._mra_cuda_626bba0
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_626bba0::{op_name}"
|
build/{torch211-cxx11-cu128-aarch64-linux/_mra_cuda_c1eaa2d.abi3.so β torch210-cxx11-cu128-aarch64-linux/_mra_cuda_626bba0.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2830296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c3cdee634f02dde80f16c54a7fd9ef790ea39f6725fb47ae03900fccb99aadc
|
| 3 |
size 2830296
|
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 _mra_cuda_626bba0
|
| 3 |
+
ops = torch.ops._mra_cuda_626bba0
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_626bba0::{op_name}"
|
build/torch210-cxx11-cu130-aarch64-linux/{_mra_cuda_c1eaa2d.abi3.so β _mra_cuda_626bba0.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5458e212edadb13d9e60dcb2dac365ec1c072d2027661e27bec9cd878dedb772
|
| 3 |
+
size 2768280
|
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 _mra_cuda_626bba0
|
| 3 |
+
ops = torch.ops._mra_cuda_626bba0
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_626bba0::{op_name}"
|
build/torch211-cxx11-cu126-aarch64-linux/{_mra_cuda_c1eaa2d.abi3.so β _mra_cuda_626bba0.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2567952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27d085b4710a5326364a651683f481d57d86b06366729ae183e5c81775b670ee
|
| 3 |
size 2567952
|
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 _mra_cuda_626bba0
|
| 3 |
+
ops = torch.ops._mra_cuda_626bba0
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_626bba0::{op_name}"
|
build/{torch210-cxx11-cu128-aarch64-linux/_mra_cuda_c1eaa2d.abi3.so β torch211-cxx11-cu128-aarch64-linux/_mra_cuda_626bba0.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2830296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddc1580cd6757cda23bda274b409ec4cdb94ca72ff8bb0d88c571b24720e5a51
|
| 3 |
size 2830296
|
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 _mra_cuda_626bba0
|
| 3 |
+
ops = torch.ops._mra_cuda_626bba0
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_626bba0::{op_name}"
|
build/torch211-cxx11-cu130-aarch64-linux/_mra_cuda_626bba0.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:610cc7bedf4fada23d7f30470aef619e114b6866d4d255f6e3a9795e1b7d1cfe
|
| 3 |
+
size 2768280
|
build/torch211-cxx11-cu130-aarch64-linux/_mra_cuda_c1eaa2d.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0592b2f2d4720899c34ab36c443060f73fa53e2aa2cbd94a42ce99f352e5ee9a
|
| 3 |
-
size 2767768
|
|
|
|
|
|
|
|
|
|
|
|
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 _mra_cuda_626bba0
|
| 3 |
+
ops = torch.ops._mra_cuda_626bba0
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_626bba0::{op_name}"
|
build/torch29-cxx11-cu129-aarch64-linux/{_mra_cuda_c1eaa2d.abi3.so β _mra_cuda_626bba0.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2829920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12c985a91290d83aa476a40e905538d5c861965c4b060760e354e59cb3950e20
|
| 3 |
size 2829920
|
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 _mra_cuda_626bba0
|
| 3 |
+
ops = torch.ops._mra_cuda_626bba0
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_626bba0::{op_name}"
|