-
Notifications
You must be signed in to change notification settings - Fork 181
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
sagfault in scatter_min with ROCM #420
Comments
@Looong01 Do you see similar issues when installing |
Sorry I recieve no errors when I run these codes. |
P.S. I also test it on python 3.8 and I meet no errors. |
|
I have one question. I am trying to some simple debug. Can you give some advice which source file I can look and put some debugging information, based on the traces from |
Actually, I cannot understand and try to debug this kind of problems because torch_scatter consists of CUDA & C++. |
Thank you for the advice. Unfortunately, I cannot install a new OS. If I find any clue, I will post here. |
I am trying something similar with ROCm 6. I am getting errors for I installed PT for ROCm 6 like below
|
I must note that this issue is not there when I use PT2.0.1+rocm5.3. It only manifests when we try PT2.2+ROCm5.7 or 2.3.0.dev20240219+rocm6.0 |
Did u try the wheels I compiled? |
Yes I did. I tried just to import torch_scatter but it gave me the below GLIBC error
|
Well, u need to update ur glibc version. May be g++-12. U can see another discussion in this repo, which I answer how to deal with this problem |
The GCC/G++ version is indeed 12
The OS is On which OS have you built your wheels? |
|
@Looong01 unfortunately, I do not have root access and do not have the privileges to upgrade the OS on this cluster. Can you suggest any alternatives? |
This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved? |
I think so. |
I am trying to run pytorch_scatter with ROCM but keep getting segfault. I installed pytorch rocm version (stable 2.2) with pip and then built pytorch scatter from the source code in the master branch (the last commit is c095c62). However, I got segfault with the following case:
It gave a
core
file and it shows the following traces:I appreciate any advice in advance.
The text was updated successfully, but these errors were encountered: