LU for large band matrices
4 posts
• Page 1 of 1
LU for large band matrices
Hi All
I need a solver for a bandmatrix with a band of approx. 1000. There is only 1 solution required, so LU or direct solution are both almost identical in performance.
The tricky part is that the matrix is too large to fit in the memory of a single GPU, so I need some sort of data streaming between the system memory and GPU memory.
Is this something that can be done using CULA?
Best regards
Henrik Andresen
I need a solver for a bandmatrix with a band of approx. 1000. There is only 1 solution required, so LU or direct solution are both almost identical in performance.
The tricky part is that the matrix is too large to fit in the memory of a single GPU, so I need some sort of data streaming between the system memory and GPU memory.
Is this something that can be done using CULA?
Best regards
Henrik Andresen
- henrikandresen
- Posts: 3
- Joined: Mon Sep 20, 2010 6:10 am
Re: LU for large band matrices
This might not be an easy fit for CULA. What is the long dimension of the matrix?
- john
- Administrator
- Posts: 587
- Joined: Thu Jul 23, 2009 2:31 pm
Re: LU for large band matrices
The long dimension will be something in the 10^5 to 10^6.
Cheers
Henrik Andresen
Cheers
Henrik Andresen
- henrikandresen
- Posts: 3
- Joined: Mon Sep 20, 2010 6:10 am
Re: LU for large band matrices
That's a tricky one since it's just over the size of GPU memory. We tend to call this "out of core" operation, which is unfortunately not something that's slated for the banded solvers any time soon.
- john
- Administrator
- Posts: 587
- Joined: Thu Jul 23, 2009 2:31 pm
4 posts
• Page 1 of 1
Return to General CULA Discussion
Who is online
Users browsing this forum: No registered users and 1 guest