Running on less expensive AMD GPUs might be somewhat easy to implement, with hipify, either automatically converting the code or doing a manual run of hipify.
Is your feature request related to a problem? Please describe.
Cannot run on AMD GPUs as is.
Describe the solution you'd like
Hipify code conversion.
Describe alternatives you've considered
Converting to CPU with Eigen and optimizing on CPU?
Additional context
I have an AMD GPU.