Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- build/torch210-cxx11-cu126-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_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 +2 -0
- build/torch210-cxx11-cu128-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_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 +2 -0
- build/torch210-cxx11-cu130-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_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 +2 -0
- build/torch211-cxx11-cu126-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_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 +2 -0
- build/torch211-cxx11-cu128-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_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 +2 -0
- build/torch211-cxx11-cu130-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_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 +2 -0
build/torch210-cxx11-cu126-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 444257216
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e25c249a5419b722f5ff104594ed4bc9430c5ba3ca28e57eb1c7db4897217a64
|
| 3 |
size 444257216
|
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 _mamba_ssm_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mamba_ssm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mamba_ssm_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu126-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "Apache-2.0",
|
| 4 |
"python-depends": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mamba-ssm",
|
| 3 |
+
"id": "_mamba_ssm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [
|
build/torch210-cxx11-cu128-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 610662256
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40c23806fee2bce0b8589b590f69dcfdc0c1de8a1f42d2e0ca7c7b159eda0169
|
| 3 |
size 610662256
|
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 _mamba_ssm_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mamba_ssm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mamba_ssm_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "Apache-2.0",
|
| 4 |
"python-depends": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mamba-ssm",
|
| 3 |
+
"id": "_mamba_ssm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [
|
build/torch210-cxx11-cu130-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 446642048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdb6ed94802454a8bb73107d1ca65b832f59e3ae8ec88e8250e531365767eb32
|
| 3 |
size 446642048
|
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 _mamba_ssm_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mamba_ssm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mamba_ssm_cuda_86f75d9::{op_name}"
|
build/torch210-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "Apache-2.0",
|
| 4 |
"python-depends": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mamba-ssm",
|
| 3 |
+
"id": "_mamba_ssm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [
|
build/torch211-cxx11-cu126-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 444246120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83ef474a61469f33ee3a88ea72ab81cb5db116186247bc13e7382bf3bf9fca5d
|
| 3 |
size 444246120
|
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 _mamba_ssm_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mamba_ssm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mamba_ssm_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu126-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "Apache-2.0",
|
| 4 |
"python-depends": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mamba-ssm",
|
| 3 |
+
"id": "_mamba_ssm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [
|
build/torch211-cxx11-cu128-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 610651160
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fb01d1a965ee8f08e2b9a2c9f06a0aeb567cc95c7c934373e0f44d5b9834a22
|
| 3 |
size 610651160
|
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 _mamba_ssm_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mamba_ssm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mamba_ssm_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu128-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "Apache-2.0",
|
| 4 |
"python-depends": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mamba-ssm",
|
| 3 |
+
"id": "_mamba_ssm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [
|
build/torch211-cxx11-cu130-x86_64-linux/{_mamba_ssm_cuda_a1344f5.abi3.so → _mamba_ssm_cuda_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 446626856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccfa84e699d54a1d001ace2a4767f103a6ffe30f38b89b87f72732d8ee64b777
|
| 3 |
size 446626856
|
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 _mamba_ssm_cuda_86f75d9
|
| 3 |
+
ops = torch.ops._mamba_ssm_cuda_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mamba_ssm_cuda_86f75d9::{op_name}"
|
build/torch211-cxx11-cu130-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "Apache-2.0",
|
| 4 |
"python-depends": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "mamba-ssm",
|
| 3 |
+
"id": "_mamba_ssm_cuda_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "Apache-2.0",
|
| 6 |
"python-depends": [
|