MAGMA  2.7.1
Matrix Algebra for GPU and Multicore Architectures
 All Classes Files Functions Friends Groups Pages
dgehrd_data Struct Reference

Structure containing matrices for multi-GPU dgehrd. More...

#include <magma_dgehrd_m.h>

Detailed Description

Structure containing matrices for multi-GPU dgehrd.

  • dA is distributed column block-cyclic across GPUs.
  • dV is duplicated on all GPUs.
  • dVd is distributed row block-cyclic across GPUs (TODO: verify).
  • dY is partial results on each GPU in dlahr2, then complete results are duplicated on all GPUs for dlahru.
  • dW is local to each GPU (workspace).
  • dTi is duplicated on all GPUs.

The documentation for this struct was generated from the following file: