-
Notifications
You must be signed in to change notification settings - Fork 13
Implemented Torch-UCC CI (WIP) #33
base: ucc
Are you sure you want to change the base?
Conversation
Signed-off-by: artemry-nv <[email protected]>
@mike-dubman @Sergei-Lebedev please grant me permissions to add reviewers. |
Signed-off-by: artemry-nv <[email protected]>
done. plz check your inbox and accept invite |
Don't see any invitations - could you please re-send it? |
Signed-off-by: artemry-nv <[email protected]>
32591b2
to
e5553df
Compare
Signed-off-by: artemry-nv <[email protected]>
TORCH_UCC_SRC_DIR_WITH_XCCL_SUPPORT="${TORCH_UCC_SRC_DIR}_xccl" | ||
|
||
echo "UCC barrier" | ||
/bin/bash ${TORCH_UCC_SRC_DIR_WITH_XCCL_SUPPORT}/test/start_test.sh ${TORCH_UCC_SRC_DIR_WITH_XCCL_SUPPORT}/test/torch_barrier_test.py --backend=gloo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why backend=gloo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sergei-Lebedev could you please comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backend option sets backend to compare with, i.e. ucc collective will be compared with gloo collective for correctness check
Changes: