Skip to content

Conversation

@Andyli1007
Copy link
Contributor

No description provided.

@Andyli1007 Andyli1007 requested a review from yzygitzh December 11, 2023 10:42
NCCLCHECK(mscclRunSavedParams());
break;
}
if (comm->mscclCompatible) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing space

inline __device__ bool checkAbort(int &spins) {
spins++;
if (!(flags & Aborted) && spins == NCCL_SPINS_BEFORE_CHECK_ABORT) {
printf("checkAbort Simple, abortFlag:%u \n", *ncclShmem.comm.abortFlag);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

Copy link
Contributor

@yzygitzh yzygitzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Need force synchronize after each COLL call. Maybe after each ncclEnqueueCheck and mscclEnqueueCheck, like cudaStreamSynchronize().
  2. Need a global flag switch on/off resilience feature, including disabling proxy thread, disabling stream synchronization, and logics in msccl_lifecycle.cc

@Andyli1007 Andyli1007 changed the title initial checkin Enable NIC Failure Recovery Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants