Matrix equilibration
4 posts
• Page 1 of 1
Matrix equilibration
Hello!
I wanted to try to convert some matrix calculations from MKL to CUDA. My problem involves some matrix multiplications and additions and finally the solution of a linear equation system.
Unfortunately, the condition of the matrix seems to be very high and the solution of the equation system with MKL's zgesv was unsuccessful. As a result of this, I switched to the expert driver zgesvx. This routine equilibrates the matrix and solves the resulting equation system.
So my question is, if there is a possible workaround or any plans to include routines for matrix equilibration (especially the routine ?gesvx or the general routine ?geequ would be of interest).
Best Regards,
coruun
I wanted to try to convert some matrix calculations from MKL to CUDA. My problem involves some matrix multiplications and additions and finally the solution of a linear equation system.
Unfortunately, the condition of the matrix seems to be very high and the solution of the equation system with MKL's zgesv was unsuccessful. As a result of this, I switched to the expert driver zgesvx. This routine equilibrates the matrix and solves the resulting equation system.
So my question is, if there is a possible workaround or any plans to include routines for matrix equilibration (especially the routine ?gesvx or the general routine ?geequ would be of interest).
Best Regards,
coruun
- coruun
- Posts: 5
- Joined: Wed Mar 27, 2013 8:17 am
Re: Matrix equilibration
Update: I wrote my own kernels to perform matrix equilibration (?geequ) and iterative refinement (?getrs) to recreate LAPACK's ?gesvx.
- coruun
- Posts: 5
- Joined: Wed Mar 27, 2013 8:17 am
Re: Matrix equilibration
Hello,
I would like to try CULA Sparse in an internally developed CFD code.
I tried the Academic version but our institution is not in you list of recognized academic institutions.
I would like to try CULA Sparse in an internally developed CFD code.
I tried the Academic version but our institution is not in you list of recognized academic institutions.
- siamon
- Posts: 1
- Joined: Thu Dec 12, 2013 10:21 pm
Re: Matrix equilibration
I guess there’s no legitimate alternative to converting matrix calculations from MKL to CUDA. But I’m going to continue looking, myself or just take the high leap.
- rdokoye
- Posts: 1
- Joined: Thu Oct 16, 2014 5:01 am
4 posts
• Page 1 of 1
Return to General CULA Discussion
Who is online
Users browsing this forum: No registered users and 1 guest