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

pinned memory #821

Open
nam2934 opened this issue Dec 15, 2023 · 1 comment
Open

pinned memory #821

nam2934 opened this issue Dec 15, 2023 · 1 comment

Comments

@nam2934
Copy link

nam2934 commented Dec 15, 2023

Hi,
I'm curious to know whether HeavyDB employs pinned memory.
From my perspective, utilizing pinned memory appears to offer advantages in terms of H2D data transfer.
If HeavyDB doesn't use pinned memory, could you kindly share any specific reasons behind this decision?

Thank you.

@cdessanti
Copy link
Contributor

Hi,
In the past, we had a specific option for using pinned memory. However, it was dropped due to issues like memory fragmentation and OOM killer intervention. C
urrently, there is negligible performance difference between pinned and regular memory when using a single GPU. Some serialization issues in the software also render the use of this memory type impractical, particularly when employing multiple GPUs.

Despite this, we are planning to reintroduce the usage of this memory for specific narrow scopes in the near future.

Regards,
Candido

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

No branches or pull requests

2 participants