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

[Thrust] Use no sync exec policy and caching allocator #16386

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

vinx13
Copy link
Member

@vinx13 vinx13 commented Jan 11, 2024

thrust APIs are by default synchronous unless if we explicitly pass an execution policy. This PR also changes to use caching allocator to avoid synchronous cudaMalloc/Free for temp buffers.

cc @junrushao @tqchen @MasterJH5574 @spectrometerHBH @masahi

@tqchen tqchen merged commit 5d4c01e into apache:main Jan 11, 2024
20 checks passed
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.

3 participants