ColossalAI/colossalai
YuliangLiu0306 7106bd671d
[p2p]add object list send/recv (#1024)
* [CLI] add CLI launcher

* Revert "[CLI] add CLI launcher"

This reverts commit df7e6506d4.

* [p2p]add object list send recv

* refactor for code reusability

* polish
2022-05-26 14:28:46 +08:00
..
amp [doc] improved docstring in the amp module (#857) 2022-04-25 13:42:17 +08:00
builder [NFC] polish colossalai/builder/pipeline.py code style (#951) 2022-05-17 10:25:06 +08:00
cli [hotfix] fix some bugs caused by size mismatch. (#1011) 2022-05-23 14:02:28 +08:00
communication [p2p]add object list send/recv (#1024) 2022-05-26 14:28:46 +08:00
context [usability] improved error messages in the context module (#856) 2022-04-25 13:42:31 +08:00
engine [engine] fixed bug in gradient accumulation dataloader to keep the last step (#1030) 2022-05-26 14:28:23 +08:00
gemini [gemini] accelerate adjust_layout() (#878) 2022-04-26 18:08:31 +08:00
kernel [NFC] polish colossalai/kernel/cuda_native/csrc/colossal_C_frontend.cpp code style 2022-05-20 23:57:38 +08:00
logging [doc] improved docstring in the logging module (#861) 2022-04-25 13:42:00 +08:00
nn [tensor] impl ColoDDP for ColoTensor (#1009) 2022-05-21 13:52:04 +08:00
registry [usability] added assertion message in registry (#864) 2022-04-25 11:45:15 +08:00
tensor [Tensor] add module handler for linear (#1021) 2022-05-26 11:50:44 +08:00
testing [test] added a decorator for address already in use error with backward compatibility (#760) 2022-04-14 16:48:44 +08:00
trainer [doc] improved assertion messages in trainer (#873) 2022-04-26 10:00:12 +08:00
utils [Tensor] add module handler for linear (#1021) 2022-05-26 11:50:44 +08:00
zero [gemini] accelerate adjust_layout() (#878) 2022-04-26 18:08:31 +08:00
__init__.py [NFC] polish __init__.py code style (#965) 2022-05-17 10:25:06 +08:00
constants.py fix typo in constants (#1027) 2022-05-26 08:45:08 +08:00
core.py [polish] polish singleton and global context (#500) 2022-03-23 18:03:39 +08:00
global_variables.py [MOE] add unitest for MOE experts layout, gradient handler and kernel (#469) 2022-03-21 13:35:04 +08:00
initialize.py [doc] improved error messages in initialize (#872) 2022-04-26 10:00:03 +08:00