Build uploaded using `kernels`.
Browse files- build/torch210-cxx11-cpu-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cpu_dd32462.abi3.so} +2 -2
- build/torch210-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cpu-x86_64-linux/layers.py +1 -1
- build/torch210-cxx11-cpu-x86_64-linux/metadata.json +1 -0
- build/torch210-cxx11-cu126-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cuda_dd32462.abi3.so} +2 -2
- build/torch210-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-x86_64-linux/layers.py +1 -1
- build/torch210-cxx11-cu126-x86_64-linux/metadata.json +16 -2
- build/torch210-cxx11-cu128-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cuda_dd32462.abi3.so} +2 -2
- build/torch210-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-x86_64-linux/layers.py +1 -1
- build/torch210-cxx11-cu128-x86_64-linux/metadata.json +19 -2
- build/torch210-cxx11-cu130-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cuda_dd32462.abi3.so} +2 -2
- build/torch210-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-x86_64-linux/layers.py +1 -1
- build/torch210-cxx11-cu130-x86_64-linux/metadata.json +16 -2
- build/torch210-cxx11-xpu20253-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_xpu_dd32462.abi3.so} +2 -2
- build/torch210-cxx11-xpu20253-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-xpu20253-x86_64-linux/layers.py +1 -1
- build/torch210-cxx11-xpu20253-x86_64-linux/metadata.json +1 -0
- build/torch29-cxx11-cpu-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cpu_dd32462.abi3.so} +2 -2
- build/torch29-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cpu-x86_64-linux/layers.py +1 -1
- build/torch29-cxx11-cpu-x86_64-linux/metadata.json +1 -0
- build/torch29-cxx11-cu126-x86_64-linux/_megablocks_660971e.abi3.so +0 -3
- build/torch29-cxx11-cu126-x86_64-linux/_megablocks_cuda_dd32462.abi3.so +3 -0
- build/torch29-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu126-x86_64-linux/layers.py +1 -1
- build/torch29-cxx11-cu126-x86_64-linux/metadata.json +16 -2
- build/torch29-cxx11-cu128-x86_64-linux/_megablocks_660971e.abi3.so +0 -3
- build/torch29-cxx11-cu128-x86_64-linux/_megablocks_cuda_dd32462.abi3.so +3 -0
- build/torch29-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu128-x86_64-linux/layers.py +1 -1
- build/torch29-cxx11-cu128-x86_64-linux/metadata.json +19 -2
- build/torch29-cxx11-cu130-x86_64-linux/_megablocks_660971e.abi3.so +0 -3
- build/torch29-cxx11-cu130-x86_64-linux/_megablocks_cuda_dd32462.abi3.so +3 -0
- build/torch29-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu130-x86_64-linux/layers.py +1 -1
- build/torch29-cxx11-cu130-x86_64-linux/metadata.json +16 -2
- build/torch29-cxx11-xpu20252-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_xpu_dd32462.abi3.so} +2 -2
- build/torch29-cxx11-xpu20252-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-xpu20252-x86_64-linux/layers.py +1 -1
- build/torch29-cxx11-xpu20252-x86_64-linux/metadata.json +1 -0
build/torch210-cxx11-cpu-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cpu_dd32462.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:2d456fb003229668826de9c88890c3bd0af4b2bdc313140017b75e3ed2e553c8
|
| 3 |
+
size 2219080
|
build/torch210-cxx11-cpu-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 _megablocks_cpu_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_cpu_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_cpu_dd32462::{op_name}"
|
build/torch210-cxx11-cpu-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch210-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": []
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
"python-depends": []
|
| 5 |
}
|
build/torch210-cxx11-cu126-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cuda_dd32462.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:a86d0f456034ce972bae452ab95b8fb8fcf24e015985f74678fca4b673fc50dc
|
| 3 |
+
size 15061056
|
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 _megablocks_cuda_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_cuda_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_cuda_dd32462::{op_name}"
|
build/torch210-cxx11-cu126-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch210-cxx11-cu126-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
+
"python-depends": [],
|
| 5 |
+
"backend": {
|
| 6 |
+
"type": "cuda",
|
| 7 |
+
"archs": [
|
| 8 |
+
"7.0",
|
| 9 |
+
"7.2",
|
| 10 |
+
"7.5",
|
| 11 |
+
"8.0",
|
| 12 |
+
"8.6",
|
| 13 |
+
"8.7",
|
| 14 |
+
"8.9",
|
| 15 |
+
"9.0"
|
| 16 |
+
]
|
| 17 |
+
}
|
| 18 |
+
}
|
build/torch210-cxx11-cu128-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cuda_dd32462.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:000b7e99c0d0afc09167bb819cb7c4de4f2f3de7136744020d58a9f0fd51a24a
|
| 3 |
+
size 21009984
|
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 _megablocks_cuda_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_cuda_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_cuda_dd32462::{op_name}"
|
build/torch210-cxx11-cu128-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch210-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,21 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
+
"python-depends": [],
|
| 5 |
+
"backend": {
|
| 6 |
+
"type": "cuda",
|
| 7 |
+
"archs": [
|
| 8 |
+
"10.0",
|
| 9 |
+
"10.1",
|
| 10 |
+
"12.0",
|
| 11 |
+
"7.0",
|
| 12 |
+
"7.2",
|
| 13 |
+
"7.5",
|
| 14 |
+
"8.0",
|
| 15 |
+
"8.6",
|
| 16 |
+
"8.7",
|
| 17 |
+
"8.9",
|
| 18 |
+
"9.0"
|
| 19 |
+
]
|
| 20 |
+
}
|
| 21 |
+
}
|
build/torch210-cxx11-cu130-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cuda_dd32462.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:e79c036505112f43afa8658e1e04dcc5bf536a297560fd03e7070ebbe21e2b54
|
| 3 |
+
size 12041592
|
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 _megablocks_cuda_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_cuda_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_cuda_dd32462::{op_name}"
|
build/torch210-cxx11-cu130-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch210-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
+
"python-depends": [],
|
| 5 |
+
"backend": {
|
| 6 |
+
"type": "cuda",
|
| 7 |
+
"archs": [
|
| 8 |
+
"10.0",
|
| 9 |
+
"12.0",
|
| 10 |
+
"7.5",
|
| 11 |
+
"8.0",
|
| 12 |
+
"8.6",
|
| 13 |
+
"8.7",
|
| 14 |
+
"8.9",
|
| 15 |
+
"9.0"
|
| 16 |
+
]
|
| 17 |
+
}
|
| 18 |
+
}
|
build/torch210-cxx11-xpu20253-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_xpu_dd32462.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:1eafe2cfbec6a1c65fc7b523e3abdc3270f2e85b4f4bc64b88b9aeb41698484c
|
| 3 |
+
size 5331960
|
build/torch210-cxx11-xpu20253-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 _megablocks_xpu_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_xpu_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_xpu_dd32462::{op_name}"
|
build/torch210-cxx11-xpu20253-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch210-cxx11-xpu20253-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": []
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
"python-depends": []
|
| 5 |
}
|
build/torch29-cxx11-cpu-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_cpu_dd32462.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:e97831d51919986a68bcb622208e131d3b66fa4a83b99da941b77708dd522edc
|
| 3 |
+
size 2201200
|
build/torch29-cxx11-cpu-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 _megablocks_cpu_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_cpu_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_cpu_dd32462::{op_name}"
|
build/torch29-cxx11-cpu-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch29-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": []
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
"python-depends": []
|
| 5 |
}
|
build/torch29-cxx11-cu126-x86_64-linux/_megablocks_660971e.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b3fec9e3d7e02606e2e9284fc2b1b999a6726e7080732871bbf6259a478acd1f
|
| 3 |
-
size 15046808
|
|
|
|
|
|
|
|
|
|
|
|
build/torch29-cxx11-cu126-x86_64-linux/_megablocks_cuda_dd32462.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a66815ed63ba2be83feeae47d8255e2d72ce1cd5e6a0e9f92d063e2cb81a522
|
| 3 |
+
size 15046832
|
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 _megablocks_cuda_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_cuda_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_cuda_dd32462::{op_name}"
|
build/torch29-cxx11-cu126-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch29-cxx11-cu126-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
+
"python-depends": [],
|
| 5 |
+
"backend": {
|
| 6 |
+
"type": "cuda",
|
| 7 |
+
"archs": [
|
| 8 |
+
"7.0",
|
| 9 |
+
"7.2",
|
| 10 |
+
"7.5",
|
| 11 |
+
"8.0",
|
| 12 |
+
"8.6",
|
| 13 |
+
"8.7",
|
| 14 |
+
"8.9",
|
| 15 |
+
"9.0"
|
| 16 |
+
]
|
| 17 |
+
}
|
| 18 |
+
}
|
build/torch29-cxx11-cu128-x86_64-linux/_megablocks_660971e.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4e286d63c02e35cac3d3c0518aac9a1e6a0d6afb6487460958a7e83450636e28
|
| 3 |
-
size 20995680
|
|
|
|
|
|
|
|
|
|
|
|
build/torch29-cxx11-cu128-x86_64-linux/_megablocks_cuda_dd32462.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da033fc8fa10230b35ddd1d0a45dc29bc44462739d0bb70ac7373cf5864b6634
|
| 3 |
+
size 20995704
|
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 _megablocks_cuda_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_cuda_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_cuda_dd32462::{op_name}"
|
build/torch29-cxx11-cu128-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch29-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,21 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
+
"python-depends": [],
|
| 5 |
+
"backend": {
|
| 6 |
+
"type": "cuda",
|
| 7 |
+
"archs": [
|
| 8 |
+
"10.0",
|
| 9 |
+
"10.1",
|
| 10 |
+
"12.0",
|
| 11 |
+
"7.0",
|
| 12 |
+
"7.2",
|
| 13 |
+
"7.5",
|
| 14 |
+
"8.0",
|
| 15 |
+
"8.6",
|
| 16 |
+
"8.7",
|
| 17 |
+
"8.9",
|
| 18 |
+
"9.0"
|
| 19 |
+
]
|
| 20 |
+
}
|
| 21 |
+
}
|
build/torch29-cxx11-cu130-x86_64-linux/_megablocks_660971e.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:141ecd95d9b51af67f12ab5504938b8b066d0081639569a81325c993b1a63862
|
| 3 |
-
size 12031392
|
|
|
|
|
|
|
|
|
|
|
|
build/torch29-cxx11-cu130-x86_64-linux/_megablocks_cuda_dd32462.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e7d5b3f6e60dd4e7a0ada343f1665ccb8d5daf8b535808b9f455efe022a2783
|
| 3 |
+
size 12031416
|
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 _megablocks_cuda_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_cuda_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_cuda_dd32462::{op_name}"
|
build/torch29-cxx11-cu130-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch29-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
-
"
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
+
"python-depends": [],
|
| 5 |
+
"backend": {
|
| 6 |
+
"type": "cuda",
|
| 7 |
+
"archs": [
|
| 8 |
+
"10.0",
|
| 9 |
+
"12.0",
|
| 10 |
+
"7.5",
|
| 11 |
+
"8.0",
|
| 12 |
+
"8.6",
|
| 13 |
+
"8.7",
|
| 14 |
+
"8.9",
|
| 15 |
+
"9.0"
|
| 16 |
+
]
|
| 17 |
+
}
|
| 18 |
+
}
|
build/torch29-cxx11-xpu20252-x86_64-linux/{_megablocks_660971e.abi3.so → _megablocks_xpu_dd32462.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:b8c5866635254310bb5a96138b0c7e78dc4509730ada6eb0a4c7d8d112c0585e
|
| 3 |
+
size 5192232
|
build/torch29-cxx11-xpu20252-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 _megablocks_xpu_dd32462
|
| 3 |
+
ops = torch.ops._megablocks_xpu_dd32462
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_megablocks_xpu_dd32462::{op_name}"
|
build/torch29-cxx11-xpu20252-x86_64-linux/layers.py
CHANGED
|
@@ -39,7 +39,7 @@ def _install_meta_kernels():
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
-
print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
|
|
|
| 39 |
|
| 40 |
def sort_with_meta(x, end_bit=None):
|
| 41 |
if torch.compiler.is_compiling():
|
| 42 |
+
# print("Using meta kernel for sort")
|
| 43 |
# Meta implementation - return tensors with correct shape/dtype/device
|
| 44 |
return torch.empty_like(x), torch.empty_like(x)
|
| 45 |
# print("Using original sort kernel")
|
build/torch29-cxx11-xpu20252-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": []
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "Apache-2.0",
|
| 4 |
"python-depends": []
|
| 5 |
}
|