Files
DeepGEMM/deep_gemm/utils/__init__.py
Chenggang Zhao 7f2a703ed5 [Public release 26/04] Introducing Mega MoE, FP4 Indexer and other features/fixes (#304)
* Merge with private repo

* Update README

* Update README

* Update README

* Add PyTorch requirements

* Fix sync scopes for MQA logits (#256)

* Update README
2026-04-17 09:45:14 +08:00

5 lines
116 B
Python

from . import math, layout
from .layout import *
from .math import *
from .dist import init_dist, uneven_all_gather