mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 11:45:23 +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
99 B
Python
4 lines
99 B
Python
from .inference_ops_cuda import InferenceOpsCudaExtension
|
|
|
|
__all__ = ["InferenceOpsCudaExtension"]
|