mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +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
5 lines
150 B
Python
5 lines
150 B
Python
from .cpu_adam_arm import CpuAdamArmExtension
|
|
from .cpu_adam_x86 import CpuAdamX86Extension
|
|
|
|
__all__ = ["CpuAdamArmExtension", "CpuAdamX86Extension"]
|