-
Notifications
You must be signed in to change notification settings - Fork 96
[Bug] host memory leak in RTX 2080Ti in multisplit #187
N 8000 ew 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
Comments
#185 |
@changephilip do you find any solution? |
Try to use cub instead of cudpp for most used functions. |
I guess the picture cannot be seen, here the text result of diff:
|
@tigeroses hi , I have the same problem. I try your solution,but it does not work, could you tell me the drive version,cuda version ande GPU version? |
@wing435 Here is my env: This week I participated in the 2019 GTC and asked NVIDIA's development experts at the scene about how to use hash table in CUDA, he told me that their team recently developed a library called HUGE-CTR, which implements a hash table, and supports dynamic insertion. If you just need a hash table, you can try it. Of course, I will also study this repo. https://github.com/NVIDIA/HugeCTR.git
|
envs 1:
test result
tested by official test script:
cudpp/build/bin/cudpp_hash_testrig -all
B,C device work fine, but A host memory when
Performing key-value multisplit tests.
The text was updated successfully, but these errors were encountered: