mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 03:43:01 +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
89 B
Python
4 lines
89 B
Python
from .layernorm_cuda import LayerNormCudaExtension
|
|
|
|
__all__ = ["LayerNormCudaExtension"]
|