Navigation Menu

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

GPU support template #9503

Closed
wants to merge 1 commit into from
Closed

GPU support template #9503

wants to merge 1 commit into from

Conversation

callaby
Copy link

@callaby callaby commented Mar 4, 2020

A very experimental form of GPU support for aggregation functions by
using pinned memory

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 aggregations on CPU (cuda).

Detailed description / Documentation draft:

...

By adding documentation, you'll allow users to try your new feature immediately, not when someone else will have time to document it later. Documentation is necessary for all features that affect user experience in any way. You can add brief documentation draft above, or add documentation right into your patch as Markdown files in docs folder.

If you are doing this for the first time, it's recommended to read the lightweight Contributing to ClickHouse Documentation guide first.

@qoega
Copy link
Member

qoega commented Mar 4, 2020

Probably it is better to add cub as submodule as it is available here https://github.com/NVlabs/cub ?

@4ertus2
Copy link
Contributor

4ertus2 commented Mar 4, 2020

Files like Server.cpp and Settigns.h were moved to different directories

@blinkov blinkov added can be tested pr-feature Pull request with new product feature labels Mar 5, 2020
@abyss7 abyss7 self-assigned this Mar 24, 2020
@4ertus2 4ertus2 self-assigned this May 18, 2020
@4ertus2
Copy link
Contributor

4ertus2 commented May 20, 2020

Continuation is here #11083

@4ertus2 4ertus2 closed this May 20, 2020
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

5 participants