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

CUDA aggregate functions prototype #11083

Closed
wants to merge 5 commits into from
Closed

Conversation

4ertus2
Copy link
Contributor

@4ertus2 4ertus2 commented May 20, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add experimental GPU accelerated aggregation functions started here #9503

Detailed description / Documentation draft:
Add count() and uniq() functions under use_cuda_aggregation setting

@4ertus2 4ertus2 marked this pull request as draft May 20, 2020 21:57
@4ertus2 4ertus2 changed the title Cuda CUDA aggregate functions prototype May 20, 2020
@blinkov blinkov added doc-alert pr-feature Pull request with new product feature labels May 20, 2020
@4ertus2 4ertus2 mentioned this pull request May 20, 2020
README_CUDA_RU.md Outdated Show resolved Hide resolved
#if USE_CUDA
LOG_INFO(log, "Initializaing CUDA context");
//cudaInitDevice(0, 8589934592);
cudaInitDevice(0, 17179869184);
Copy link
Member

Choose a reason for hiding this comment

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

Can you add a comment about magic number?

@alexey-milovidov
Copy link
Member

Cancelled.

This PR will be left as an example for the case when this direction of work will be considered again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature Pull request with new product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants