QR factorization. #6
Replies: 4 comments 6 replies
-
Hi @Hobbes-Le-Chat,
Here is what I see with
Thanks! |
Beta Was this translation helpful? Give feedback.
-
I installed my torch with this command: pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2 This issue is old. I tried to fixed before with Magma but did not work so I waited to rocSolver and it looks It is still not working or I may be doing something wrong. Anyways I implemented my own QR but still I would like to know how to make it work in torch. Here is the information about my installation. Name: torch It works when you do it in the cpu but I want the gpu version. |
Beta Was this translation helpful? Give feedback.
-
@Hobbes-Le-Chat could you tell us how to reproduce your specific error? It looks like this is the old issue you were referring to: What example/test case was run? We'd like to try and reproduce this, and pass any useful information along to our PyTorch team |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll test it right away. |
Beta Was this translation helpful? Give feedback.
-
I am trying to port a rnn code developed in torch. I am using crusher to make my main development and scaling before running in Frontier. I am having a hard time dealing with the math libraries in particular this one:
Do you have any suggestions about how to get around this?
Beta Was this translation helpful? Give feedback.
All reactions