Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
Signed-off-by: Youngeun Kwon <[email protected]>
  • Loading branch information
youngeunkwon0405 committed Nov 2, 2024
1 parent 97937ad commit 8344e49
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ CommOverlapCore::CommOverlapCore(int myrank, int numranks, int mylocal, int numl
//Hopper-only feature
if (deviceProp.major == 9 && max_connection > 1){
cudaEventCreateWithFlags(&_comm_launch_event, cudaEventDisableTiming);
printf("!!! [UB][FDL] CUDA EVENT CREATION\n");
}
else{
_comm_launch_event = 0;
printf("!!! [UB] non-FDL CUDA EVENT CREATION\n");
}
}

Expand Down

0 comments on commit 8344e49

Please sign in to comment.