after updating gentoo, pytorch doesn't work
> python -c "import torch; print(torch.cuda.is_available())"
Traceback (most recent call last):
File "<string>", line 1, in <module>
import torch; print(torch.cuda.is_available())
^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/torch/__init__.py", line 427, in <module>
from torch._C import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^
ImportError: /usr/lib64/libtorch_hip.so: undefined symbol: hipblasCgeqrfBatched
i don't know enough about torch/rocm to know what to check, it just worked until now