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] Optimize insert_and_evict API using pipeline and TLP. #157

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

jiashuy
Copy link
Collaborator

@jiashuy jiashuy commented Aug 3, 2023

  • Using kernel level pipeline to hide latency when high load factor.
  • Using thread level parallellism to hide latency when small value size and low load factor.
  • Fix memory order bug to keep data consistency.

@github-actions
Copy link

github-actions bot commented Aug 3, 2023

@rhdong
Copy link
Member

rhdong commented Aug 3, 2023

/blossom-ci

@rhdong
Copy link
Member

rhdong commented Aug 7, 2023

/blossom-ci

@rhdong
Copy link
Member

rhdong commented Aug 7, 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

@rhdong rhdong merged commit 141d9b6 into NVIDIA-Merlin:master Aug 7, 2023
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