-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Paddle] Add TP overlap #443
Conversation
Add @jeng1220 for vis. |
/te-ci |
Signed-off-by: Tian Zheng (Engrg-Hardware 1) <[email protected]>
Signed-off-by: Tian Zheng (Engrg-Hardware 1) <[email protected]>
f8bb800
to
3301d4e
Compare
@jeng1220 Ready for review |
/te-ci paddle |
LGTM. @timmoon10 , |
/te-ci paddle |
The E RuntimeError: Cannot download https://dataset.bj.bcebos.com/mnist/train-images-idx3-ubyte.gz within retry limit 3
/usr/local/lib/python3.10/dist-packages/paddle/dataset/common.py:93: RuntimeError
=========================== short test summary info ============================
FAILED ../../examples/paddle/mnist/test_single_gpu_mnist.py::TestMNIST::test_te_bf16
FAILED ../../examples/paddle/mnist/test_single_gpu_mnist.py::TestMNIST::test_te_fp8
FAILED ../../examples/paddle/mnist/test_single_gpu_mnist.py::TestMNIST::test_te_fp8_calibration
======================== 3 failed in 364.53s (0:06:04) ========================= @timmoon10 , |
This PR implements the overlap between TP backward allreduce kernel and GEMM kernel.