You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the BulkSampleLoader incorrectly creates a new temporary directory instead of directly writing the files to the path given. This makes it nearly impossible to use it within multi-GPU offline workflows since they require that all files be written to the same top-level directory.
The text was updated successfully, but these errors were encountered:
…ader (#3978)
Fixes three major bugs:
1. Edge index is set to [dst, dst] instead of [dst, src] in some cases
2. The sample directory is always set to a new temporary directory rather than the path given
3. The version of `pylibcugraphops` in `meta.yaml` is wrong and causes the wrong packages to be resolved
This PR also simplifies `ci/test_python.sh` by doing only a single conda install when creating the `test_cugraph_pyg` environment.
Closes#3959
Authors:
- Alex Barghi (https://github.com/alexbarghi-nv)
- Naim (https://github.com/naimnv)
Approvers:
- Brad Rees (https://github.com/BradReesWork)
- Ray Douglass (https://github.com/raydouglass)
URL: #3978
Currently, the
BulkSampleLoader
incorrectly creates a new temporary directory instead of directly writing the files to the path given. This makes it nearly impossible to use it within multi-GPU offline workflows since they require that all files be written to the same top-level directory.The text was updated successfully, but these errors were encountered: