mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-30 20:55:17 +00:00
* refactor compilation mechanism and unified multi hw * fix file path bug * add init.py to make pybind a module to avoid relative path error caused by softlink * delete duplicated micros * fix micros bug in gcc
4 lines
105 B
Python
4 lines
105 B
Python
from .fused_optimizer_cuda import FusedOptimizerCudaExtension
|
|
|
|
__all__ = ["FusedOptimizerCudaExtension"]
|