Build uploaded using `kernels`.
Browse files- .gitattributes +6 -0
- build/torch210-cxx11-cu126-x86_64-linux/{_mra_41ac1dc.abi3.so → _mra_cuda_8d73b81.abi3.so} +2 -2
- build/torch210-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-x86_64-linux/metadata.json +15 -2
- build/torch210-cxx11-cu128-x86_64-linux/{_mra_41ac1dc.abi3.so → _mra_cuda_8d73b81.abi3.so} +2 -2
- build/torch210-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-x86_64-linux/metadata.json +18 -2
- build/torch210-cxx11-cu130-x86_64-linux/{_mra_41ac1dc.abi3.so → _mra_cuda_8d73b81.abi3.so} +2 -2
- build/torch210-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-x86_64-linux/metadata.json +16 -2
- build/torch29-cxx11-cu126-x86_64-linux/{_mra_41ac1dc.abi3.so → _mra_cuda_8d73b81.abi3.so} +2 -2
- build/torch29-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu126-x86_64-linux/metadata.json +15 -2
- build/torch29-cxx11-cu128-x86_64-linux/_mra_41ac1dc.abi3.so +0 -3
- build/torch29-cxx11-cu128-x86_64-linux/_mra_cuda_8d73b81.abi3.so +3 -0
- build/torch29-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu128-x86_64-linux/metadata.json +18 -2
- build/torch29-cxx11-cu130-x86_64-linux/_mra_41ac1dc.abi3.so +0 -3
- build/torch29-cxx11-cu130-x86_64-linux/_mra_cuda_8d73b81.abi3.so +3 -0
- build/torch29-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu130-x86_64-linux/metadata.json +16 -2
.gitattributes
CHANGED
|
@@ -87,3 +87,9 @@ build/torch28-cxx11-cu129-x86_64-linux/_mra_41ac1dc.abi3.so filter=lfs diff=lfs
|
|
| 87 |
build/torch29-cxx11-cu126-x86_64-linux/_mra_41ac1dc.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 88 |
build/torch29-cxx11-cu128-x86_64-linux/_mra_41ac1dc.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 89 |
build/torch29-cxx11-cu130-x86_64-linux/_mra_41ac1dc.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
build/torch29-cxx11-cu126-x86_64-linux/_mra_41ac1dc.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 88 |
build/torch29-cxx11-cu128-x86_64-linux/_mra_41ac1dc.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 89 |
build/torch29-cxx11-cu130-x86_64-linux/_mra_41ac1dc.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
build/torch210-cxx11-cu126-x86_64-linux/_mra_cuda_8d73b81.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
build/torch210-cxx11-cu128-x86_64-linux/_mra_cuda_8d73b81.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
build/torch210-cxx11-cu130-x86_64-linux/_mra_cuda_8d73b81.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
build/torch29-cxx11-cu126-x86_64-linux/_mra_cuda_8d73b81.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
build/torch29-cxx11-cu128-x86_64-linux/_mra_cuda_8d73b81.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
build/torch29-cxx11-cu130-x86_64-linux/_mra_cuda_8d73b81.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cxx11-cu126-x86_64-linux/{_mra_41ac1dc.abi3.so → _mra_cuda_8d73b81.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:ba41ec23dc215dd0cabe383feb8e640054f975fceb4350b1421b6d9af9118f0a
|
| 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_8d73b81
|
| 3 |
+
ops = torch.ops._mra_cuda_8d73b81
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_8d73b81::{op_name}"
|
build/torch210-cxx11-cu126-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"python-depends": []
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"python-depends": [],
|
| 4 |
+
"backend": {
|
| 5 |
+
"type": "cuda",
|
| 6 |
+
"archs": [
|
| 7 |
+
"7.0",
|
| 8 |
+
"7.2",
|
| 9 |
+
"7.5",
|
| 10 |
+
"8.0",
|
| 11 |
+
"8.6",
|
| 12 |
+
"8.7",
|
| 13 |
+
"8.9",
|
| 14 |
+
"9.0+PTX"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
build/torch210-cxx11-cu128-x86_64-linux/{_mra_41ac1dc.abi3.so → _mra_cuda_8d73b81.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:0dc6e29a3f9d03cfe9644d4fc7cb9a43a5913ca2b30a833ba914e76e583ea6a4
|
| 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_8d73b81
|
| 3 |
+
ops = torch.ops._mra_cuda_8d73b81
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_8d73b81::{op_name}"
|
build/torch210-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,20 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"python-depends": []
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"python-depends": [],
|
| 4 |
+
"backend": {
|
| 5 |
+
"type": "cuda",
|
| 6 |
+
"archs": [
|
| 7 |
+
"10.0",
|
| 8 |
+
"10.1",
|
| 9 |
+
"12.0+PTX",
|
| 10 |
+
"7.0",
|
| 11 |
+
"7.2",
|
| 12 |
+
"7.5",
|
| 13 |
+
"8.0",
|
| 14 |
+
"8.6",
|
| 15 |
+
"8.7",
|
| 16 |
+
"8.9",
|
| 17 |
+
"9.0"
|
| 18 |
+
]
|
| 19 |
+
}
|
| 20 |
+
}
|
build/torch210-cxx11-cu130-x86_64-linux/{_mra_41ac1dc.abi3.so → _mra_cuda_8d73b81.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:a10865ad51b3e8f204813fef88144ff158ae93dd8462027a88f04c849fa9951c
|
| 3 |
+
size 2641368
|
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_8d73b81
|
| 3 |
+
ops = torch.ops._mra_cuda_8d73b81
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_8d73b81::{op_name}"
|
build/torch210-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"python-depends": []
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"python-depends": [],
|
| 4 |
+
"backend": {
|
| 5 |
+
"type": "cuda",
|
| 6 |
+
"archs": [
|
| 7 |
+
"10.0",
|
| 8 |
+
"11.0",
|
| 9 |
+
"12.0+PTX",
|
| 10 |
+
"7.5",
|
| 11 |
+
"8.0",
|
| 12 |
+
"8.6",
|
| 13 |
+
"8.7",
|
| 14 |
+
"8.9",
|
| 15 |
+
"9.0"
|
| 16 |
+
]
|
| 17 |
+
}
|
| 18 |
+
}
|
build/torch29-cxx11-cu126-x86_64-linux/{_mra_41ac1dc.abi3.so → _mra_cuda_8d73b81.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:3a6eb0aa709d3bcbd98dde99e2aaa98a980942d70f23ccf003ea534b9d21edbb
|
| 3 |
+
size 2446064
|
build/torch29-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_8d73b81
|
| 3 |
+
ops = torch.ops._mra_cuda_8d73b81
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_8d73b81::{op_name}"
|
build/torch29-cxx11-cu126-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"python-depends": []
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"python-depends": [],
|
| 4 |
+
"backend": {
|
| 5 |
+
"type": "cuda",
|
| 6 |
+
"archs": [
|
| 7 |
+
"7.0",
|
| 8 |
+
"7.2",
|
| 9 |
+
"7.5",
|
| 10 |
+
"8.0",
|
| 11 |
+
"8.6",
|
| 12 |
+
"8.7",
|
| 13 |
+
"8.9",
|
| 14 |
+
"9.0+PTX"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|
build/torch29-cxx11-cu128-x86_64-linux/_mra_41ac1dc.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c043dd9320d792c404ad76c6255b81bd3eb2b61b1c52edea04278eabacb40aff
|
| 3 |
-
size 2714408
|
|
|
|
|
|
|
|
|
|
|
|
build/torch29-cxx11-cu128-x86_64-linux/_mra_cuda_8d73b81.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:209c5944a8fd85bfe8328cbad3ee5b7bdd68864e463a7e18a76109f6c0398fc7
|
| 3 |
+
size 2714440
|
build/torch29-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_8d73b81
|
| 3 |
+
ops = torch.ops._mra_cuda_8d73b81
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_8d73b81::{op_name}"
|
build/torch29-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,20 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"python-depends": []
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"python-depends": [],
|
| 4 |
+
"backend": {
|
| 5 |
+
"type": "cuda",
|
| 6 |
+
"archs": [
|
| 7 |
+
"10.0",
|
| 8 |
+
"10.1",
|
| 9 |
+
"12.0+PTX",
|
| 10 |
+
"7.0",
|
| 11 |
+
"7.2",
|
| 12 |
+
"7.5",
|
| 13 |
+
"8.0",
|
| 14 |
+
"8.6",
|
| 15 |
+
"8.7",
|
| 16 |
+
"8.9",
|
| 17 |
+
"9.0"
|
| 18 |
+
]
|
| 19 |
+
}
|
| 20 |
+
}
|
build/torch29-cxx11-cu130-x86_64-linux/_mra_41ac1dc.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ba454a40c2c5e00b6b326670ebd5fe2a5fb0e626ceac20c6c199c2d73e707aca
|
| 3 |
-
size 2640024
|
|
|
|
|
|
|
|
|
|
|
|
build/torch29-cxx11-cu130-x86_64-linux/_mra_cuda_8d73b81.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0339fd04b1ef7401a7d592f7cf6bfe8092a63c3fc97d64562c48f0cd3944d40
|
| 3 |
+
size 2640048
|
build/torch29-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_8d73b81
|
| 3 |
+
ops = torch.ops._mra_cuda_8d73b81
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mra_cuda_8d73b81::{op_name}"
|
build/torch29-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"python-depends": []
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"python-depends": [],
|
| 4 |
+
"backend": {
|
| 5 |
+
"type": "cuda",
|
| 6 |
+
"archs": [
|
| 7 |
+
"10.0",
|
| 8 |
+
"11.0",
|
| 9 |
+
"12.0+PTX",
|
| 10 |
+
"7.5",
|
| 11 |
+
"8.0",
|
| 12 |
+
"8.6",
|
| 13 |
+
"8.7",
|
| 14 |
+
"8.9",
|
| 15 |
+
"9.0"
|
| 16 |
+
]
|
| 17 |
+
}
|
| 18 |
+
}
|