-
Currently, managed memory is the preferred approach for sampling in resource-constrained environments, but it has a number of drawbacks, including large page sizes. UVA is already used by DGL in its …
-
## Bug Description
Everything works well when I'm using 1 GPU, but as soon as I try to load a model on 4 separate GPUs, I get this error:
MODEL_LOG - RuntimeError: [Error thrown at core/runtim…
-
Unlike other aggregations, groupby.size appears to ignore the `as_index` argument.
```python
import cudf
df = cudf.datasets.randomdata()
print(df.groupby("id", as_index=False).size().head())
…
-
Improve Networkx API compatibility: add support for local bridges:
https://networkx.org/documentation/stable//reference/algorithms/generated/networkx.algorithms.bridges.local_bridges.html#networkx.…
-
### Describe the bug, including details regarding any error messages, version, and platform.
I have an Numpy array of strings containing UK postcodes (2,603,678 entries) and another Numpy array of …
-
### Version
24.10
### Which installation method(s) does this occur on?
_No response_
### Describe the bug.
A user reported a segmentation fault when initializing the comms while using one of our …
-
### Bug description
**Summary**: `WandbLogger(config=config)` does not provide the same behavior as `wandb.init(config=config)` in recent versions of pytorch-lightning
**Explanation**:
Passin…
-
# [Roadmap]
## 1.6.1
* [x] [**`WikiCSDataset`**](https://pytorch-geometric.readthedocs.io/en/latest/modules/datasets.html#torch_geometric.datasets.WikiCS)
* [x] **`DeepGCN`**
* [x] [`GENConv…
-
Hi,
I am installing raft using pip method. However, I am confused how raft libraries are installed and how can I check the version of it?
```
pip install dask-cuda==24.* --extra-index-url=https:/…
-
I'm writing to share [my GPU-boosted implementation of PhenoGraph](https://gitlab.com/eburling/grapheno). Instead of using the CPU-bound libraries numpy, scipy.sparse, and sklearn as in the legacy imp…