Hi there,
I am trying to run a GPU solver, cuOSQP https://github.com/osqp/cuosqp, with cuda 11.4 on the orin nano’s GPU. Whenever I try to sovle the QP problem on the Orin nano, the problem gets initialized, i.e., the .setup() method gets executed. During the .solve() call I get a message “aborted”. The QP problems are quite small in size and I don’t think it’s because of issues in the RAM. Note that the same package ran the same QP problems that I am trying to solve with the Orin Nano to complementation without problems on an Nvidia RTX SUPER GPU. The package’s issues tell me that 11.4 cuda is supported https://github.com/osqp/cuosqp/issues/8).
Do you know what the issue might be?
Thanks,
Ashish