Question: CUDA - Can I use it to speed up symbolic computations?

We are working to obtain a fully symbolic dynamic model for a robot. 

Using the CPU (I9-12900K) and 128 GB of DDR5 RAM (5600 MHZ) did not compute a 7x7 Inverse of a symbolic matrix

Is is possible to exploit the CUDA functions to compute it on the GPU? I have a NVidia RTX A6000 (48 GB of DDR6 GPU memory)

I tried this: 

CUDA:-Enable(true)

CUDA: -MatrixInverse(D_Q):

But it does not use the GPU to compute this. 

Maybe I'm doing smth wrong. 

Thank you, 

Calin

Please Wait...