未验证 提交 d8fedcb9 编写于 作者: K kuizhiqing 提交者: GitHub

fix ut new_group_api (#44764)

上级 1bd6e28f
...@@ -51,7 +51,7 @@ class TestCollectiveAllreduceNewGroupAPI(TestCollectiveAPIRunnerBase): ...@@ -51,7 +51,7 @@ class TestCollectiveAllreduceNewGroupAPI(TestCollectiveAPIRunnerBase):
gp = paddle.distributed.new_group([0, 1]) gp = paddle.distributed.new_group([0, 1])
paddle.distributed.all_reduce(tindata, paddle.distributed.all_reduce(tindata,
group=gp, group=gp,
use_calc_stream=False) use_calc_stream=True)
return [tindata] return [tindata]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册