pytorch_cluster icon indicating copy to clipboard operation
pytorch_cluster copied to clipboard

PyTorch Extension Library of Optimized Graph Cluster Algorithms

Results 63 pytorch_cluster issues
Sort by recently updated
recently updated
newest added

I used the nearest function (ie. from torch_cluster import nearest), but when the input is on cpu, the result is correct, when the input is on gpu, the result is...

Hi, I tried to run `torch_cluster.radius_graph` in CUDA with bfloat16 data and I got the following error: ``` return torch.ops.torch_cluster.radius(x, y, ptr_x, ptr_y, r, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Hello I'm trying to install `torch-cluster` for use with `torch-geometric` within a Python3.8 conda environment on an Apple M1 machine. Within the environment, I'm installing `torch-cluster` as: ```bash python3 -m...

I created a wheels build pipeline based on this repository pipeline, and I think it's worth a look at to simplify some stuff: https://github.com/MiroPsota/torch_packages_builder

I am trying to replicate a GitHub repo and thus installing some older versions of packages. I have create a virtualenv using Pyenv with : Python: 3.7.12 torch:1.12.0 OS: MacOS...

Hi @rusty1s, I have a CI pipeline that depends on `torch-cluster`. Previously it was working well with `1.6.3` and latest torch/PyG versions. However, recently my CI has broken I believe...

There was an issue filed previously of lack of support for bfloat16 - looks like it's still there. I am getting the same error : RuntimeError: "_" not implemented for...

Hi, When running the following code, I get an illegal memory access error with the following graph. I am not sure why and do not understand the algorithm or C++...

bug

On a fresh conda environment with only PyTorch 2.1.2 cpuonly (and its dependencies installed), I want to install Pytorch Cluster. `conda install pytorch-cluster -c pyg` throws me the following error:...

As title. The issue comes from https://github.com/rusty1s/pytorch_cluster/blob/29cd22bf1a5b82fc06b108d6573f81302c5d6b12/csrc/cuda/rw_cuda.cu#L146, where the seed is controlled by `time(NULL)` in `rejection_sampling_kernel` function. Please fix~

help wanted
good first issue