drbh
commited on
Commit
·
3f5fb74
1
Parent(s):
90cbc4b
feat: bump build output
Browse files- build/torch25-cxx11-cu118-x86_64-linux/flash_mla/{_flash_mla_xw2uadieawdvi.abi3.so → _flash_mla_ogm5yqv7ipuoy.abi3.so} +2 -2
- build/torch25-cxx11-cu118-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch25-cxx11-cu121-x86_64-linux/flash_mla/{_flash_mla_liludkqplkha6.abi3.so → _flash_mla_tq7soo7mu65hc.abi3.so} +2 -2
- build/torch25-cxx11-cu121-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch25-cxx11-cu124-x86_64-linux/flash_mla/{_flash_mla_rqg4eobrk7hgm.abi3.so → _flash_mla_jmusvvowiwydi.abi3.so} +2 -2
- build/torch25-cxx11-cu124-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch25-cxx98-cu118-x86_64-linux/flash_mla/{_flash_mla_xc7pmvlhanmng.abi3.so → _flash_mla_cqxjqwwlf7suu.abi3.so} +2 -2
- build/torch25-cxx98-cu118-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch25-cxx98-cu121-x86_64-linux/flash_mla/_flash_mla_ooalrhhwrrl42.abi3.so +0 -3
- build/torch25-cxx98-cu121-x86_64-linux/flash_mla/_flash_mla_uqlcnehkqrgzo.abi3.so +3 -0
- build/torch25-cxx98-cu121-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch25-cxx98-cu124-x86_64-linux/flash_mla/_flash_mla_iawwb234swad4.abi3.so +3 -0
- build/torch25-cxx98-cu124-x86_64-linux/flash_mla/_flash_mla_r4jls6fpvnpkq.abi3.so +0 -3
- build/torch25-cxx98-cu124-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch26-cxx11-cu118-x86_64-linux/flash_mla/_flash_mla_cb2u2ikyeixke.abi3.so +3 -0
- build/torch26-cxx11-cu118-x86_64-linux/flash_mla/_flash_mla_eae4qwas6rh2a.abi3.so +0 -3
- build/torch26-cxx11-cu118-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch26-cxx11-cu124-x86_64-linux/flash_mla/_flash_mla_defqzbdfoejoc.abi3.so +0 -3
- build/torch26-cxx11-cu124-x86_64-linux/flash_mla/_flash_mla_zdwdze3ckbyyo.abi3.so +3 -0
- build/torch26-cxx11-cu124-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch26-cxx11-cu126-x86_64-linux/flash_mla/_flash_mla_ozsllcybel7au.abi3.so +0 -3
- build/torch26-cxx11-cu126-x86_64-linux/flash_mla/_flash_mla_rv7dqsm5x7jvw.abi3.so +3 -0
- build/torch26-cxx11-cu126-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch26-cxx98-cu118-x86_64-linux/flash_mla/_flash_mla_hxgeqtwgn6oxm.abi3.so +0 -3
- build/torch26-cxx98-cu118-x86_64-linux/flash_mla/_flash_mla_qgsddurmm4eh6.abi3.so +3 -0
- build/torch26-cxx98-cu118-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch26-cxx98-cu124-x86_64-linux/flash_mla/_flash_mla_oza65fumibsj4.abi3.so +0 -3
- build/torch26-cxx98-cu124-x86_64-linux/flash_mla/_flash_mla_yu2nxxotkj3gw.abi3.so +3 -0
- build/torch26-cxx98-cu124-x86_64-linux/flash_mla/_ops.py +3 -3
- build/torch26-cxx98-cu126-x86_64-linux/flash_mla/_flash_mla_7mo4qaqpi6iae.abi3.so +3 -0
- build/torch26-cxx98-cu126-x86_64-linux/flash_mla/_flash_mla_zcupqkuarp5xg.abi3.so +0 -3
- build/torch26-cxx98-cu126-x86_64-linux/flash_mla/_ops.py +3 -3
build/torch25-cxx11-cu118-x86_64-linux/flash_mla/{_flash_mla_xw2uadieawdvi.abi3.so → _flash_mla_ogm5yqv7ipuoy.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:6fd7ac5a2b5a201bfcef971204eeb50e892454281765a601f89c711af59452fb
|
3 |
+
size 2564168
|
build/torch25-cxx11-cu118-x86_64-linux/flash_mla/_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 _flash_mla_ogm5yqv7ipuoy
|
3 |
+
ops = torch.ops._flash_mla_ogm5yqv7ipuoy
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_ogm5yqv7ipuoy::{op_name}"
|
build/torch25-cxx11-cu121-x86_64-linux/flash_mla/{_flash_mla_liludkqplkha6.abi3.so → _flash_mla_tq7soo7mu65hc.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:536255477abf6714906de93e54c51a4390f0f4981616d59d1450e64a96bef3ad
|
3 |
+
size 2595192
|
build/torch25-cxx11-cu121-x86_64-linux/flash_mla/_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 _flash_mla_tq7soo7mu65hc
|
3 |
+
ops = torch.ops._flash_mla_tq7soo7mu65hc
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_tq7soo7mu65hc::{op_name}"
|
build/torch25-cxx11-cu124-x86_64-linux/flash_mla/{_flash_mla_rqg4eobrk7hgm.abi3.so → _flash_mla_jmusvvowiwydi.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:cb335fa92dfca6e14f6cbb892f42384623484a4a679df83a6e633079fa29790e
|
3 |
+
size 2580264
|
build/torch25-cxx11-cu124-x86_64-linux/flash_mla/_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 _flash_mla_jmusvvowiwydi
|
3 |
+
ops = torch.ops._flash_mla_jmusvvowiwydi
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_jmusvvowiwydi::{op_name}"
|
build/torch25-cxx98-cu118-x86_64-linux/flash_mla/{_flash_mla_xc7pmvlhanmng.abi3.so → _flash_mla_cqxjqwwlf7suu.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:c7dfe9f1ffc2669f9fc61e4d1c633bd3008e939d5b4da5fc9ae5f354ad99acfd
|
3 |
+
size 2556816
|
build/torch25-cxx98-cu118-x86_64-linux/flash_mla/_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 _flash_mla_cqxjqwwlf7suu
|
3 |
+
ops = torch.ops._flash_mla_cqxjqwwlf7suu
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_cqxjqwwlf7suu::{op_name}"
|
build/torch25-cxx98-cu121-x86_64-linux/flash_mla/_flash_mla_ooalrhhwrrl42.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:426ad2a900df3aaaa0b9e2e4f29927fe4c8f25c97b561693a140856e5b35008a
|
3 |
-
size 2586520
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu121-x86_64-linux/flash_mla/_flash_mla_uqlcnehkqrgzo.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d6e13fb4833b751d089ff064509035402190c46e2234dfc7fc9a9f0524df6a1
|
3 |
+
size 2587928
|
build/torch25-cxx98-cu121-x86_64-linux/flash_mla/_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 _flash_mla_uqlcnehkqrgzo
|
3 |
+
ops = torch.ops._flash_mla_uqlcnehkqrgzo
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_uqlcnehkqrgzo::{op_name}"
|
build/torch25-cxx98-cu124-x86_64-linux/flash_mla/_flash_mla_iawwb234swad4.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c5feacdd7564b407f8ad544d66e9c1bf751a5d72f4142018fe24089663a977c
|
3 |
+
size 2573000
|
build/torch25-cxx98-cu124-x86_64-linux/flash_mla/_flash_mla_r4jls6fpvnpkq.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:21727612adfc1c93c412eb639687311f5e848d704921cd623fc3ef4d9be5eb77
|
3 |
-
size 2571592
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu124-x86_64-linux/flash_mla/_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 _flash_mla_iawwb234swad4
|
3 |
+
ops = torch.ops._flash_mla_iawwb234swad4
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_iawwb234swad4::{op_name}"
|
build/torch26-cxx11-cu118-x86_64-linux/flash_mla/_flash_mla_cb2u2ikyeixke.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:613fbc6946cf9feca9db47dcfdc1a436cf599024d64bf4308da65f3166ee31aa
|
3 |
+
size 2564512
|
build/torch26-cxx11-cu118-x86_64-linux/flash_mla/_flash_mla_eae4qwas6rh2a.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7d8b84d1bbfc70c3cf8ccd654df16a4691aa42bd6963a715d77a19ebd89c2a77
|
3 |
-
size 2559008
|
|
|
|
|
|
|
|
build/torch26-cxx11-cu118-x86_64-linux/flash_mla/_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 _flash_mla_cb2u2ikyeixke
|
3 |
+
ops = torch.ops._flash_mla_cb2u2ikyeixke
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_cb2u2ikyeixke::{op_name}"
|
build/torch26-cxx11-cu124-x86_64-linux/flash_mla/_flash_mla_defqzbdfoejoc.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3a49b08acd8e9ac8b8da3cdc2c448acc1476d03a2afe64843bf16f593f59c858
|
3 |
-
size 2575104
|
|
|
|
|
|
|
|
build/torch26-cxx11-cu124-x86_64-linux/flash_mla/_flash_mla_zdwdze3ckbyyo.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f44dd1f22cf30be7062401e4c6b353d3da9d07bb2dbb41b0d81b0733490835ea
|
3 |
+
size 2580608
|
build/torch26-cxx11-cu124-x86_64-linux/flash_mla/_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 _flash_mla_zdwdze3ckbyyo
|
3 |
+
ops = torch.ops._flash_mla_zdwdze3ckbyyo
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_zdwdze3ckbyyo::{op_name}"
|
build/torch26-cxx11-cu126-x86_64-linux/flash_mla/_flash_mla_ozsllcybel7au.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a63288318d7a76761ea5c89a34d9648132010929f4778e81418776e9f14ade49
|
3 |
-
size 2555072
|
|
|
|
|
|
|
|
build/torch26-cxx11-cu126-x86_64-linux/flash_mla/_flash_mla_rv7dqsm5x7jvw.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3710dfc1a63daecc4e7965555e075e2dfd498c4695b54f10c66ee451931d93a
|
3 |
+
size 2560576
|
build/torch26-cxx11-cu126-x86_64-linux/flash_mla/_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 _flash_mla_rv7dqsm5x7jvw
|
3 |
+
ops = torch.ops._flash_mla_rv7dqsm5x7jvw
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_rv7dqsm5x7jvw::{op_name}"
|
build/torch26-cxx98-cu118-x86_64-linux/flash_mla/_flash_mla_hxgeqtwgn6oxm.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:92823f6df4d684d0d6fe96b20ff9580917a5f8f5f97a5e751a37686adfaa9ef3
|
3 |
-
size 2547560
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu118-x86_64-linux/flash_mla/_flash_mla_qgsddurmm4eh6.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d61051eaa3e3359c8a5fc3b781df27b7aa90c4733f31c90836414fa629a1d1a8
|
3 |
+
size 2557160
|
build/torch26-cxx98-cu118-x86_64-linux/flash_mla/_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 _flash_mla_qgsddurmm4eh6
|
3 |
+
ops = torch.ops._flash_mla_qgsddurmm4eh6
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_qgsddurmm4eh6::{op_name}"
|
build/torch26-cxx98-cu124-x86_64-linux/flash_mla/_flash_mla_oza65fumibsj4.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f8afed8db3008d659356aeba76d163cde31d725005af54039a1145648a0a9710
|
3 |
-
size 2571936
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu124-x86_64-linux/flash_mla/_flash_mla_yu2nxxotkj3gw.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c746b130a2057801ed54afd41147a45a330f5867755c7efa0ecf9cf6b0d3a2d0
|
3 |
+
size 2573344
|
build/torch26-cxx98-cu124-x86_64-linux/flash_mla/_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 _flash_mla_yu2nxxotkj3gw
|
3 |
+
ops = torch.ops._flash_mla_yu2nxxotkj3gw
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_yu2nxxotkj3gw::{op_name}"
|
build/torch26-cxx98-cu126-x86_64-linux/flash_mla/_flash_mla_7mo4qaqpi6iae.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7372523fd91f328f78058f257d8ceff5f2dfc1b783b1bf4d6a4836c237fe7147
|
3 |
+
size 2553304
|
build/torch26-cxx98-cu126-x86_64-linux/flash_mla/_flash_mla_zcupqkuarp5xg.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b106cca9c05188c533fbffdfbf0c6237285d41926e8869f2a4dfe6a32c52626a
|
3 |
-
size 2551896
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu126-x86_64-linux/flash_mla/_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 _flash_mla_7mo4qaqpi6iae
|
3 |
+
ops = torch.ops._flash_mla_7mo4qaqpi6iae
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_flash_mla_7mo4qaqpi6iae::{op_name}"
|