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

opt(insert-and-evict): thrust prefix_sum introduce cudaMalloc/cudaFre… #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lifann
Copy link
Collaborator

@Lifann Lifann commented Dec 12, 2023

opt(insert-and-evict): thrust prefix_sum introduces cudaMalloc and cudaFree which make device sync. Replace it by cub API.

The output of unit test case insert-and-evict is as follow:
ut_output.txt

Copy link

…e which make host wait. Replace it by cub API.
@rhdong
Copy link
Member

rhdong commented Dec 14, 2023

/blossom-ci

Copy link
Member

@rhdong rhdong left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants