Update BMM_Theory: bmm_theory/branches/__init__.py
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
from .merge_batch import MergeBatchBranch
|
from .merge_batch import MergeBatchBranch
|
||||||
from .iter_batch import IterBatchBranch
|
from .iter_batch import IterBatchBranch
|
||||||
|
from .to_matmul import ToMatmulBranch
|
||||||
|
from .special import SpecialBranch
|
||||||
|
from .stream_k import StreamKBranch
|
||||||
|
from .asw_basic import AswBasicBranch
|
||||||
|
|
||||||
__all__ = ["MergeBatchBranch", "IterBatchBranch"]
|
__all__ = [
|
||||||
|
"MergeBatchBranch", "IterBatchBranch", "ToMatmulBranch",
|
||||||
|
"SpecialBranch", "StreamKBranch", "AswBasicBranch",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user