adaptive block size for QR used in MAGMA's version 2.0?

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
nahla
Posts: 5
Joined: Mon Feb 29, 2016 1:48 pm

adaptive block size for QR used in MAGMA's version 2.0?

Post by nahla » Wed Mar 02, 2016 3:35 pm

Hello =)

I have a short question to the blocking of MAGMA's dgeqrf method:
Is the adaptive block size algorithm proposed in "Adaptive Block Size for Dense QR Factorization in Hybrid CPU-GPU Systems via Statistical Modeling" (https://www.researchgate.net/publicatio ... l_Modeling) implemented in the current MAGMA version 2.0 or does MAGMA use a fixed block size?

Thanks a lot for your help,
nahla

mgates3
Posts: 918
Joined: Fri Jan 06, 2012 2:13 pm

Re: adaptive block size for QR used in MAGMA's version 2.0?

Post by mgates3 » Mon Mar 07, 2016 3:52 pm

MAGMA QR uses a single block size.
-mark

nahla
Posts: 5
Joined: Mon Feb 29, 2016 1:48 pm

Re: adaptive block size for QR used in MAGMA's version 2.0?

Post by nahla » Mon Mar 07, 2016 4:58 pm

Thanks a lot! =)

nahla

Post Reply