24 #define ipt_call( name, m1, n1, mb, nb ) \
25 ipt_c##name(plasma, (m1), (n1), (A+A11), (mb), (nb), sequence, request); \
26 ipt_c##name(plasma, (m1), (n-(n1)), (A+A12), (mb), (n-(n1)), sequence, request); \
27 ipt_c##name(plasma, (m-(m1)), (n1), (A+A21), (m-(m1)), (nb), sequence, request); \
28 ipt_c##name(plasma, (m-(m1)), (n-(n1)), (A+A22), (m-(m1)), (n-(n1)), sequence, request);
30 #define ipt_cal2( name, m1, n1, mb, nb ) \
31 ipt_c##name(plasma, PlasmaIPT_NoDep, PlasmaIPT_NoDep, (m1), (n1), (A+A11), (mb), (nb), sequence, request); \
32 ipt_c##name(plasma, PlasmaIPT_NoDep, PlasmaIPT_NoDep, (m1), (n-(n1)), (A+A12), (mb), (n-(n1)), sequence, request); \
33 ipt_c##name(plasma, PlasmaIPT_NoDep, PlasmaIPT_NoDep, (m-(m1)), (n1), (A+A21), (m-(m1)), (nb), sequence, request); \
34 ipt_c##name(plasma, PlasmaIPT_NoDep, PlasmaIPT_NoDep, (m-(m1)), (n-(n1)), (A+A22), (m-(m1)), (n-(n1)), sequence, request);
37 #define ipt_crm2rrrb( plasma, m, n, A, mb, nb, seq, req) ipt_ccm2ccrb( (plasma), (n), (m), (A), (nb), (mb), (seq), (req));
38 #define ipt_crrrb2rm( plasma, m, n, A, mb, nb, seq, req) ipt_cccrb2cm( (plasma), (n), (m), (A), (nb), (mb), (seq), (req));
42 int ipt_cccrb2crrb(plasma_context_t *plasma, PLASMA_enum idep, PLASMA_enum odep,
int m,
int n, PLASMA_Complex32_t *A,
int mb,
int nb,
PLASMA_sequence *seq,
PLASMA_request *req);
43 int ipt_ccrrb2ccrb(plasma_context_t *plasma, PLASMA_enum idep, PLASMA_enum odep,
int m,
int n, PLASMA_Complex32_t *A,
int mb,
int nb,
PLASMA_sequence *seq,
PLASMA_request *req);
44 int ipt_crcrb2rrrb(plasma_context_t *plasma, PLASMA_enum idep, PLASMA_enum odep,
int m,
int n, PLASMA_Complex32_t *A,
int mb,
int nb,
PLASMA_sequence *seq,
PLASMA_request *req);
45 int ipt_crrrb2rcrb(plasma_context_t *plasma, PLASMA_enum idep, PLASMA_enum odep,
int m,
int n, PLASMA_Complex32_t *A,
int mb,
int nb,
PLASMA_sequence *seq,
PLASMA_request *req);
47 #define ipt_ccrrb2rrrb(plasma, m, n, A, mb, nb, seq, req) ipt_cccrb2rcrb((plasma), (m), (n), (A), (mb), (nb), (seq), (req));
48 #define ipt_crcrb2ccrb(plasma, m, n, A, mb, nb, seq, req) ipt_cccrb2rcrb((plasma), (n), (m), (A), (nb), (mb), (seq), (req));
49 #define ipt_crrrb2crrb(plasma, m, n, A, mb, nb, seq, req) ipt_cccrb2rcrb((plasma), (n), (m), (A), (nb), (mb), (seq), (req));
53 #define ipt_crm2crrb( plasma, m, n, A, mb, nb, seq, req) ipt_ccm2rcrb( (plasma), (n), (m), (A), (nb), (mb), (seq), (req));
54 #define ipt_ccrrb2rm( plasma, m, n, A, mb, nb, seq, req) ipt_crcrb2cm( (plasma), (n), (m), (A), (nb), (mb), (seq), (req));
81 int ipt_cpanel2tile(plasma_context_t *plasma,
int m,
int n, PLASMA_Complex32_t *A,
int mb,
int nb,
PLASMA_sequence *seq,
PLASMA_request *req);
82 int ipt_ctile2panel(plasma_context_t *plasma,
int m,
int n, PLASMA_Complex32_t *A,
int mb,
int nb,
PLASMA_sequence *seq,
PLASMA_request *req);