I am trying to identify any potential options to accelerate linear algebra calculations by using the GPU. To be more precise I need to accelerate an explicit dynamics solver. Since in each increment it solves a linear system I thought maybe I could accelerate it by using the GPU.
Currently I have a C# code doing that (CPU wise). But I am willing to use any language (C++, Python) if needed. As I am a complete newbie on this I google searched and concluded that probably best bets would be with OneAPI and ROCm. The problem is that so far for both OneAPI and ROCm I have not figured out a way for them to run natively on a Windows environment with AMD GPU. Am I missing something here?
Any help would be much appreciated.