-
Notifications
You must be signed in to change notification settings - Fork 310
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
[QST]: Does ECG support multi-GPU? #4843
Comments
@blackboxo There is a multi-GPU support for ECG in the C and C++ API but not for the python API. |
any document for using these API? |
Our online docs are missing the C++ section and we are currently working on restoring those. In the meantime you can find some example code here. we are also currently working on adding Multi GPU ECG to our python API and it is targeted for this release. |
The c++ API is located here. We are working on creating some better examples and breaking down the API into more usable chunks. https://docs.rapids.ai/api/cugraph/nightly/api_docs/cugraph_cpp/ |
great! what's the planned date for releasing python API? |
There is a PR adding Multi GPU support for ECG in our python API for the upcoming release. |
What is your question?
Does ECG support multi-GPU? Can not find in documentation, but find multi-gpu setting in source code.
Code of Conduct
The text was updated successfully, but these errors were encountered: