-
Notifications
You must be signed in to change notification settings - Fork 548
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
Fix UMAP issues with large inputs #6245
base: branch-25.02
Are you sure you want to change the base?
Fix UMAP issues with large inputs #6245
Conversation
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.
Looking good! Let's just make sure to IWYU for the new uses of uint64_t. Using C++ types (std::uint64_t
) in our non-CUDA code would be a bonus, but it shouldn't block merge. I've also called out some spots where we could use uniform initialization syntax rather than a bare cast.
@viclafargue That last commit was unsigned. Could you sign it and push that up? |
Answers #6204