Hello,
I see that Xgesdd (divide and conquer SVD calculation) is not present in clMagma, while it is present in CUDA Magma, there is any plan to implement it in the future?
Thanks!
paolo
Xgesdd in clMagma
Re: Xgesdd in clMagma
Yes, we plan to add it to clMAGMA.
-mark
-mark
-
paoloviviani
- Posts: 14
- Joined: Mon Nov 09, 2015 12:17 pm
Re: Xgesdd in clMagma
Thanks a lot!
Greetings,
Paolo
Greetings,
Paolo
-
paoloviviani
- Posts: 14
- Joined: Mon Nov 09, 2015 12:17 pm
Re: Xgesdd in clMagma
Dear Mark,
do you have any roadmap for the development of clMagma? Will the API be the exactly same as magma in the future (like no need of passing queues)? The possibility to switch seamlessly between magma and clmagma would be a killer feature for me.
Do you also have a timeframe for the dgesdd?
Thanks a lot!
Greetings,
Paolo
do you have any roadmap for the development of clMagma? Will the API be the exactly same as magma in the future (like no need of passing queues)? The possibility to switch seamlessly between magma and clmagma would be a killer feature for me.
Do you also have a timeframe for the dgesdd?
Thanks a lot!
Greetings,
Paolo
Re: Xgesdd in clMagma
We're cleaning some things up in clMAGMA now. The goal is to eventually have identical interfaces, but that will be some time out -- maybe next year. One major difficulty of course is that matrices are passed different to clBLAS (as cl_mem and offset) than to cuBLAS (as pointer). In the next 2-3 months we should have a new release of clMAGMA out, and I can put the gesdd in that.
-mark
-mark
-
paoloviviani
- Posts: 14
- Joined: Mon Nov 09, 2015 12:17 pm
Re: Xgesdd in clMagma
Thanks a lot Mark!
Greetings,
Paolo
Greetings,
Paolo