lancercat

Results 3 comments of lancercat

Seems to be okay on Manjaro (torch_scatter 2.11, torch 2.0.1, linux65, nvidia-535.104.05, cuda12.2, gtx1070). Torch scatter is installed via `pip install torch_scatter --break-system-packages --force-reinstall --no-cache-dir` ~20 minutes ago Output ```...

FWIS, tensor "out" is outdated. ------- out, argmax = scatter_max(src, index, out=out) -> bug bout, bargmax = scatter_max(src, index); -> good ------ ``` import torch from torch_scatter import scatter_max src...

Maybe try building from source? It works well with torch 251 on Archlinux ![Image](https://github.com/user-attachments/assets/9bbcd7c9-520b-4e96-92d9-4744bbb9e0f2)