<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi All,<div class=""><br class=""></div><div class="">Thanks for the suggestions, I will look into <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">dsyevx. Unfortunately cuSolver might be out of the question since I actually need to compute these eigenvalues within a device kernel, although it might be worthwhile to compute the eigenvalues with cusolver as a pre-processing step to my own kernel.</span></div><div class=""><font color="#000000" class=""><span style="caret-color: rgb(0, 0, 0);" class=""><br class=""></span></font><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div>Best regards,<br class=""><br class="">Jacob Faibussowitsch<br class="">(Jacob Fai - booss - oh - vitch)<br class=""></div></div></div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Jul 7, 2021, at 14:13, Adam Denchfield <<a href="mailto:adenchfi@hawk.iit.edu" class="">adenchfi@hawk.iit.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">syevjBatched from cuSolver is quite good once it's configured fine. It's a direct solve for all eigenpairs, works for batches of small matrices with sizes up to (I believe) 32x32. The default CUDA example using it works except if you have "too many" small matrices, in which case you'll overload the GPU memory and need to further batch the calls. I found it to be fast enough for my needs. <br class=""></div><div class=""><br class=""></div><div class=""><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="">Regards,<br class=""></div><div class=""><span style="color:rgb(12,52,61)" class=""><font size="4" class=""><i class="">Adam Denchfield</i></font></span><br class=""></div><i class=""><span style="color:rgb(0,0,255)" class=""><font size="4" class=""><span style="background-color:rgb(0,0,255)" class=""></span></font></span></i></div></div><div class=""><b class="">Ph.D Student, Physics<br class=""></b></div><div class="">University of Illinois in Chicago<br class=""></div></div>B.S.  Applied Physics (2018)<br class="">Illinois Institute of Technology</div>Email: <a href="mailto:adenchfi@hawk.iit.edu" target="_blank" class="">adenchfi@hawk.iit.edu</a><br class=""></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br class=""></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 7, 2021 at 2:31 AM Jose E. Roman <<a href="mailto:jroman@dsic.upv.es" class="">jroman@dsic.upv.es</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">cuSolver has syevjBatched, which seems to fit your purpose. But I have never used it.<br class="">
<br class="">
Lanczos is not competitive for such small matrices.<br class="">
<br class="">
Jose<br class="">
<br class="">
<br class="">
> El 6 jul 2021, a las 21:56, Jed Brown <<a href="mailto:jed@jedbrown.org" target="_blank" class="">jed@jedbrown.org</a>> escribió:<br class="">
> <br class="">
> Have you tried just calling LAPACK directly? (You could try dsyevx to see if there's something to gain by computing less than all the eigenvalues.) I'm not aware of a batched interface at this time, but that's what you'd want for performance.<br class="">
> <br class="">
> Jacob Faibussowitsch <<a href="mailto:jacob.fai@gmail.com" target="_blank" class="">jacob.fai@gmail.com</a>> writes:<br class="">
> <br class="">
>> Hello PETSc/SLEPc users,<br class="">
>> <br class="">
>> Similar to a recent question I am looking for an algorithm to compute the smallest eigenvalue and eigenvector for a bunch of matrices however I have a few extra “restrictions”. All matrices have the following properties:<br class="">
>> <br class="">
>> - All matrices are the same size<br class="">
>> - All matrices are small (perhaps no larger than 12x12)<br class="">
>> - All matrices are SPD<br class="">
>> - I only need the smallest eigenpair<br class="">
>> <br class="">
>> So far my best bet seems to be Lanczos but I’m wondering if there is some wunder method I’ve overlooked.<br class="">
>> <br class="">
>> Best regards,<br class="">
>> <br class="">
>> Jacob Faibussowitsch<br class="">
>> (Jacob Fai - booss - oh - vitch)<br class="">
<br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></body></html>