Skip to content
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

TEAM/UCX: don't use event query with dynamic kernel #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sergei-Lebedev
Copy link
Collaborator

No description provided.

@@ -3,14 +3,14 @@

xccl_cuda_mem_component_t xccl_cuda_mem_component;

#define NUM_STREAM_REQUESTS 4
#define NUM_STREAM_REQUESTS 128
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we need a dynamic parameter for this?

xccl_status_t st;
cudaStream_t internal_stream, user_stream;

XCCL_CUDA_INIT_RESOUCES();
st = xccl_cuda_get_free_stream_request(&request);
if (st != XCCL_OK) {
fprintf(stderr, "cuda mc: failed to get stream req (%d)\n", st);
Copy link
Collaborator

Choose a reason for hiding this comment

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

why fprintf, not a verbose wrapper?

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.

None yet

2 participants