mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 12:30:42 +00:00
[Inference/Refactor] Refactor compilation mechanism and unified multi hw (#5613)
* 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
This commit is contained in:
3
extensions/pybind/moe/__init__.py
Normal file
3
extensions/pybind/moe/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .moe_cuda import MoeCudaExtension
|
||||
|
||||
__all__ = ["MoeCudaExtension"]
|
Reference in New Issue
Block a user