gpuArray for vpa (variable precision arithmetic)
Mostrar comentarios más antiguos
Problem:
I have big matrices with elements defined through variable precision arithmetic of the symbolic toolbox (vpa(x)).
Extracting the eigenvalues out of these matrices takes about 7 minutes.
operations that imply inversion-ish operations (C=A\B) also take some minutes.
Question:
Could I have any benefit from gpu computation?
To be clearer on what I don't understand:
I know that symbolic maths are not supported by GPU computing but in my case the variable is not really symbolic, it just has higher precision.
Thank you for any clarification
3 comentarios
Walter Roberson
el 6 de Dic. de 2019
NICOLA BARBINI
el 20 de Dic. de 2019
Editada: NICOLA BARBINI
el 20 de Dic. de 2019
Walter Roberson
el 20 de Dic. de 2019
Editada: Walter Roberson
el 20 de Dic. de 2019
https://devtalk.nvidia.com/default/topic/1052081/cuda-programming-and-performance/arbitrary-precision-arithmetic/ mentions two others.
I found the download page for CAMPARY but unfortunately there is no documentation included.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
