-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add cudf (RAPIDS) #44
Comments
As of now installation of rapids required anaconda which will heavily complicate reproducibility of this benchmark. Currently it is waiting for rapidsai/cudf#331 to be solved |
Do the suggestions in rapidsai/cudf#331 work? |
@mattdowle It didn't, but I asked @abal5 for help in setting up environment. He finished his part, I just need to get back to that. |
As of now we were unable to setup cudf on our gpu machine. Soon it will hopefully be be easier once rapidsai/cudf#285 will be resolved, PR is already under review rapidsai/cudf#567 |
Installation from pip is still not that easy going as normally: rapidsai/cudf#285 (comment) |
I successfully installed cuda toolkit 9.2 and trying on it, as cuda toolkit 10.0 was raising errors trying to access 9.2 shared libraries. Currently stuck on rapidsai/cudf#736 |
slowly moving forward, stuck on NVIDIA/nvstrings#8 |
cudf can be now much more easily installed from pip, don't need to deal with conda envs anymore. Although it is not ready to be added to benchmark due to NVIDIA/nvstrings#8, |
validation script needs to be adjusted for appropriate tolerance: rapidsai/cudf#2494 |
Current status is that q1-q5 are implemented, but unfortunately 1e8 and 1e9 are failing due to out of memory. 1e7 k=2 segfaults. Also 1e7 k=2 affected by rapidsai/cudf#2495 (possible that this caused a segfault) |
cuDF has been added to groupby benchmark fully, answers validated on 1e7, k=1e2 (head and tail). Pending issues related to cuDF:
|
* update julia to 1.9.3 * julia should use all cores by default
https://github.com/rapidsai/cudf
The text was updated successfully, but these errors were encountered: