Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
db0c4074
Commit
db0c4074
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Change for INSERT_TASK to better match the rest of the API
parent
38d2b92c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!90
Renaming
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/chameleon/chameleon_tasks_z.h
+88
-88
88 additions, 88 deletions
include/chameleon/chameleon_tasks_z.h
include/chameleon/chameleon_tasks_zc.h
+2
-2
2 additions, 2 deletions
include/chameleon/chameleon_tasks_zc.h
with
90 additions
and
90 deletions
include/chameleon/chameleon_tasks_z.h
+
88
−
88
View file @
db0c4074
...
...
@@ -30,20 +30,20 @@
/**
* Declarations of QUARK wrappers (called by CHAMELEON) - alphabetical order
*/
void
I
nsertTask
_dzasum
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_dzasum
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
storev
,
MORSE_enum
uplo
,
int
M
,
int
N
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
);
void
I
nsertTask
_zgeadd
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgeadd
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
trans
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_zlascal
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlascal
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
);
void
I
nsertTask
_zbrdalg
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zbrdalg
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
N
,
int
NB
,
const
MORSE_desc_t
*
A
,
...
...
@@ -51,23 +51,23 @@ void InsertTask_zbrdalg( const RUNTIME_option_t *options,
const
MORSE_desc_t
*
S
,
int
Sm
,
int
Sn
,
int
i
,
int
j
,
int
m
,
int
grsiz
,
int
BAND
,
int
*
PCOL
,
int
*
ACOL
,
int
*
MCOL
);
void
I
nsertTask
_zgelqt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgelqt
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_zgemm
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgemm
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
transA
,
MORSE_enum
transB
,
int
m
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zgemm2
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgemm2
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
transA
,
MORSE_enum
transB
,
int
m
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zgemm_f2
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgemm_f2
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
transA
,
MORSE_enum
transB
,
int
m
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
...
...
@@ -75,257 +75,257 @@ void InsertTask_zgemm_f2( const RUNTIME_option_t *options,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
,
const
MORSE_desc_t
*
fake1
,
int
fake1m
,
int
fake1n
,
int
szefake1
,
int
flag1
,
const
MORSE_desc_t
*
fake2
,
int
fake2m
,
int
fake2n
,
int
szefake2
,
int
flag2
);
void
I
nsertTask
_zgemm_p2
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgemm_p2
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
transA
,
MORSE_enum
transB
,
int
m
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_Complex64_t
**
B
,
int
ldb
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zgemm_p2f1
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgemm_p2f1
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
transA
,
MORSE_enum
transB
,
int
m
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_Complex64_t
**
B
,
int
ldb
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
,
const
MORSE_desc_t
*
fake1
,
int
fake1m
,
int
fake1n
,
int
szefake1
,
int
flag1
);
void
I
nsertTask
_zgemm_p3
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgemm_p3
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
transA
,
MORSE_enum
transB
,
int
m
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
,
MORSE_Complex64_t
beta
,
MORSE_Complex64_t
**
C
,
int
ldc
);
void
I
nsertTask
_zgeqrt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgeqrt
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_zgessm
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgessm
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
k
,
int
ib
,
int
nb
,
int
*
IPIV
,
const
MORSE_desc_t
*
L
,
int
Lm
,
int
Ln
,
int
ldl
,
const
MORSE_desc_t
*
D
,
int
Dm
,
int
Dn
,
int
ldd
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
);
void
I
nsertTask
_zgessq
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgessq
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
SCALESUMSQ
,
int
SCALESUMSQm
,
int
SCALESUMSQn
);
void
I
nsertTask
_zgetrf
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgetrf
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
*
IPIV
,
MORSE_bool
check_info
,
int
iinfo
);
void
I
nsertTask
_zgetrf_incpiv
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgetrf_incpiv
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
L
,
int
Lm
,
int
Ln
,
int
ldl
,
int
*
IPIV
,
MORSE_bool
check_info
,
int
iinfo
);
void
I
nsertTask
_zgetrf_nopiv
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgetrf_nopiv
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
iinfo
);
void
I
nsertTask
_zgetrf_reclap
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgetrf_reclap
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
*
IPIV
,
MORSE_bool
check_info
,
int
iinfo
,
int
nbthread
);
void
I
nsertTask
_zgetrf_rectil
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgetrf_rectil
(
const
RUNTIME_option_t
*
options
,
const
MORSE_desc_t
A
,
const
MORSE_desc_t
*
Amn
,
int
Amnm
,
int
Amnn
,
int
size
,
int
*
IPIV
,
MORSE_bool
check_info
,
int
iinfo
,
int
nbthread
);
void
I
nsertTask
_zgetrip
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgetrip
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
szeA
);
void
I
nsertTask
_zgetrip_f1
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgetrip_f1
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
szeA
,
const
MORSE_desc_t
*
fake
,
int
fakem
,
int
faken
,
int
szeF
,
int
paramF
);
void
I
nsertTask
_zgetrip_f2
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zgetrip_f2
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
szeA
,
const
MORSE_desc_t
*
fake1
,
int
fake1m
,
int
fake1n
,
int
szeF1
,
int
paramF1
,
const
MORSE_desc_t
*
fake2
,
int
fake2m
,
int
fake2n
,
int
szeF2
,
int
paramF2
);
void
I
nsertTask
_zhe2ge
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zhe2ge
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
m
,
int
n
,
int
mb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_zhemm
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zhemm
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
uplo
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zhegst
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zhegst
(
const
RUNTIME_option_t
*
options
,
int
itype
,
MORSE_enum
uplo
,
int
N
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
LDB
,
int
iinfo
);
void
I
nsertTask
_zherk
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zherk
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
trans
,
int
n
,
int
k
,
int
nb
,
double
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
double
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zher2k
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zher2k
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
trans
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
LDB
,
double
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zherfb
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zherfb
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
int
k
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zlacpy
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlacpy
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
m
,
int
n
,
int
mb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_zlacpyx
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlacpyx
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
m
,
int
n
,
int
mb
,
int
displA
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
displB
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_zlange
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlange
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
norm
,
int
M
,
int
N
,
int
NB
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
);
void
I
nsertTask
_zlange_max
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlange_max
(
const
RUNTIME_option_t
*
options
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
);
void
I
nsertTask
_zhessq
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zhessq
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
SCALESUMSQ
,
int
SCALESUMSQm
,
int
SCALESUMSQn
);
void
I
nsertTask
_zlanhe
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlanhe
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
norm
,
MORSE_enum
uplo
,
int
N
,
int
NB
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
);
void
I
nsertTask
_zlansy
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlansy
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
norm
,
MORSE_enum
uplo
,
int
N
,
int
NB
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
);
void
I
nsertTask
_zlantr
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlantr
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
norm
,
MORSE_enum
uplo
,
MORSE_enum
diag
,
int
M
,
int
N
,
int
NB
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
LDA
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
);
void
I
nsertTask
_zlaset
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlaset
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
n1
,
int
n2
,
MORSE_Complex64_t
alpha
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
tileA
,
int
tileAm
,
int
tileAn
,
int
ldtilea
);
void
I
nsertTask
_zlaset2
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlaset2
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
n1
,
int
n2
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
tileA
,
int
tileAm
,
int
tileAn
,
int
ldtilea
);
void
I
nsertTask
_zlaswp
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlaswp
(
const
RUNTIME_option_t
*
options
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
i1
,
int
i2
,
int
*
ipiv
,
int
inc
);
void
I
nsertTask
_zlaswp_f2
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlaswp_f2
(
const
RUNTIME_option_t
*
options
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
i1
,
int
i2
,
int
*
ipiv
,
int
inc
,
const
MORSE_desc_t
*
fake1
,
int
fake1m
,
int
fake1n
,
int
szefake1
,
int
flag1
,
const
MORSE_desc_t
*
fake2
,
int
fake2m
,
int
fake2n
,
int
szefake2
,
int
flag2
);
void
I
nsertTask
_zlaswp_ontile
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlaswp_ontile
(
const
RUNTIME_option_t
*
options
,
const
MORSE_desc_t
descA
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
i1
,
int
i2
,
int
*
ipiv
,
int
inc
,
MORSE_Complex64_t
*
fakepanel
);
void
I
nsertTask
_zlaswp_ontile_f2
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlaswp_ontile_f2
(
const
RUNTIME_option_t
*
options
,
const
MORSE_desc_t
descA
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
i1
,
int
i2
,
int
*
ipiv
,
int
inc
,
const
MORSE_desc_t
*
fake1
,
int
fake1m
,
int
fake1n
,
int
szefake1
,
int
flag1
,
const
MORSE_desc_t
*
fake2
,
int
fake2m
,
int
fake2n
,
int
szefake2
,
int
flag2
);
void
I
nsertTask
_zlaswpc_ontile
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlaswpc_ontile
(
const
RUNTIME_option_t
*
options
,
const
MORSE_desc_t
descA
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
i1
,
int
i2
,
int
*
ipiv
,
int
inc
,
MORSE_Complex64_t
*
fakepanel
);
void
I
nsertTask
_zlatro
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlatro
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
trans
,
int
m
,
int
n
,
int
mb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_zlauum
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlauum
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
);
void
I
nsertTask
_zplghe
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zplghe
(
const
RUNTIME_option_t
*
options
,
double
bump
,
int
m
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
bigM
,
int
m0
,
int
n0
,
unsigned
long
long
int
seed
);
void
I
nsertTask
_zplgsy
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zplgsy
(
const
RUNTIME_option_t
*
options
,
MORSE_Complex64_t
bump
,
int
m
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
bigM
,
int
m0
,
int
n0
,
unsigned
long
long
int
seed
);
void
I
nsertTask
_zplrnt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zplrnt
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
bigM
,
int
m0
,
int
n0
,
unsigned
long
long
int
seed
);
void
I
nsertTask
_zpotrf
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zpotrf
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
iinfo
);
void
I
nsertTask
_zshift
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zshift
(
const
RUNTIME_option_t
*
options
,
int
s
,
int
m
,
int
n
,
int
L
,
MORSE_Complex64_t
*
A
);
void
I
nsertTask
_zshiftw
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zshiftw
(
const
RUNTIME_option_t
*
options
,
int
s
,
int
cl
,
int
m
,
int
n
,
int
L
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
MORSE_Complex64_t
*
W
);
void
I
nsertTask
_zssssm
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zssssm
(
const
RUNTIME_option_t
*
options
,
int
m1
,
int
n1
,
int
m2
,
int
n2
,
int
k
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
L1
,
int
L1m
,
int
L1n
,
int
ldl1
,
const
MORSE_desc_t
*
L2
,
int
L2m
,
int
L2n
,
int
ldl2
,
const
int
*
IPIV
);
void
I
nsertTask
_zsymm
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zsymm
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
uplo
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zsyrk
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zsyrk
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
trans
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zsyr2k
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zsyr2k
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
trans
,
int
n
,
int
k
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
LDB
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zsyssq
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zsyssq
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
SCALESUMSQ
,
int
SCALESUMSQm
,
int
SCALESUMSQn
);
void
I
nsertTask
_zsytrf_nopiv
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zsytrf_nopiv
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
n
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
iinfo
);
void
I
nsertTask
_zswpab
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zswpab
(
const
RUNTIME_option_t
*
options
,
int
i
,
int
n1
,
int
n2
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
szeA
);
void
I
nsertTask
_zswptr_ontile
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zswptr_ontile
(
const
RUNTIME_option_t
*
options
,
const
MORSE_desc_t
descA
,
const
MORSE_desc_t
*
Aij
,
int
Aijm
,
int
Aijn
,
int
i1
,
int
i2
,
int
*
ipiv
,
int
inc
,
const
MORSE_desc_t
*
Akk
,
int
Akkm
,
int
Akkn
,
int
ldak
);
void
I
nsertTask
_ztplqt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztplqt
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
l
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_ztpmlqt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztpmlqt
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
M
,
int
N
,
int
K
,
int
L
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
V
,
int
Vm
,
int
Vn
,
int
ldv
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_ztpmqrt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztpmqrt
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
m
,
int
n
,
int
k
,
int
l
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
V
,
int
Vm
,
int
Vn
,
int
ldv
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_ztpqrt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztpqrt
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
l
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_ztrdalg
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztrdalg
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
int
N
,
int
NB
,
const
MORSE_desc_t
*
A
,
...
...
@@ -333,78 +333,78 @@ void InsertTask_ztrdalg( const RUNTIME_option_t *options,
const
MORSE_desc_t
*
S
,
int
Sm
,
int
Sn
,
int
i
,
int
j
,
int
m
,
int
grsiz
,
int
BAND
,
int
*
PCOL
,
int
*
ACOL
,
int
*
MCOL
);
void
I
nsertTask
_ztradd
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztradd
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
trans
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_Complex64_t
beta
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_ztrasm
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztrasm
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
storev
,
MORSE_enum
uplo
,
MORSE_enum
diag
,
int
M
,
int
N
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
);
void
I
nsertTask
_ztrmm
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztrmm
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
uplo
,
MORSE_enum
transA
,
MORSE_enum
diag
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_ztrmm_p2
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztrmm_p2
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
uplo
,
MORSE_enum
transA
,
MORSE_enum
diag
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_Complex64_t
**
B
,
int
ldb
);
void
I
nsertTask
_ztrsm
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztrsm
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
uplo
,
MORSE_enum
transA
,
MORSE_enum
diag
,
int
m
,
int
n
,
int
nb
,
MORSE_Complex64_t
alpha
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_ztrssq
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztrssq
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
diag
,
int
m
,
int
n
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
SCALESUMSQ
,
int
SCALESUMSQm
,
int
SCALESUMSQn
);
void
I
nsertTask
_ztrtri
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztrtri
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
uplo
,
MORSE_enum
diag
,
int
n
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
int
iinfo
);
void
I
nsertTask
_ztslqt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztslqt
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_ztsmlq
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztsmlq
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
m1
,
int
n1
,
int
m2
,
int
n2
,
int
k
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
V
,
int
Vm
,
int
Vn
,
int
ldv
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_ztsmlq_hetra1
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztsmlq_hetra1
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
m1
,
int
n1
,
int
m2
,
int
n2
,
int
k
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
V
,
int
Vm
,
int
Vn
,
int
ldv
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_ztsmqr
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztsmqr
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
m1
,
int
n1
,
int
m2
,
int
n2
,
int
k
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
V
,
int
Vm
,
int
Vn
,
int
ldv
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_ztsmqr_hetra1
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztsmqr_hetra1
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
m1
,
int
n1
,
int
m2
,
int
n2
,
int
k
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
V
,
int
Vm
,
int
Vn
,
int
ldv
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_ztsqrt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztsqrt
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_ztstrf
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_ztstrf
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
U
,
int
Um
,
int
Un
,
int
ldu
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
...
...
@@ -412,55 +412,55 @@ void InsertTask_ztstrf( const RUNTIME_option_t *options,
int
*
IPIV
,
MORSE_bool
check_info
,
int
iinfo
);
void
I
nsertTask
_zttmqr
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zttmqr
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
m1
,
int
n1
,
int
m2
,
int
n2
,
int
k
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
V
,
int
Vm
,
int
Vn
,
int
ldv
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_zttqrt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zttqrt
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_zttmlq
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zttmlq
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
m1
,
int
n1
,
int
m2
,
int
n2
,
int
k
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
V
,
int
Vm
,
int
Vn
,
int
ldv
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_zttlqt
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zttlqt
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
);
void
I
nsertTask
_zpamm
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zpamm
(
const
RUNTIME_option_t
*
options
,
int
op
,
MORSE_enum
side
,
MORSE_enum
storev
,
int
m
,
int
n
,
int
k
,
int
l
,
const
MORSE_desc_t
*
A1
,
int
A1m
,
int
A1n
,
int
lda1
,
const
MORSE_desc_t
*
A2
,
int
A2m
,
int
A2n
,
int
lda2
,
const
MORSE_desc_t
*
V
,
int
Vm
,
int
Vn
,
int
ldv
,
const
MORSE_desc_t
*
W
,
int
Wm
,
int
Wn
,
int
ldw
);
void
I
nsertTask
_zplssq
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zplssq
(
const
RUNTIME_option_t
*
options
,
const
MORSE_desc_t
*
SCALESUMSQ
,
int
SCALESUMSQm
,
int
SCALESUMSQn
,
const
MORSE_desc_t
*
SCLSSQ
,
int
SCLSSQm
,
int
SCLSSQn
);
void
I
nsertTask
_zplssq2
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zplssq2
(
const
RUNTIME_option_t
*
options
,
const
MORSE_desc_t
*
RESULT
,
int
RESULTm
,
int
RESULTn
);
void
I
nsertTask
_zunmlq
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zunmlq
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
m
,
int
n
,
int
ib
,
int
nb
,
int
k
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zunmqr
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zunmqr
(
const
RUNTIME_option_t
*
options
,
MORSE_enum
side
,
MORSE_enum
trans
,
int
m
,
int
n
,
int
k
,
int
ib
,
int
nb
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
const
MORSE_desc_t
*
T
,
int
Tm
,
int
Tn
,
int
ldt
,
const
MORSE_desc_t
*
C
,
int
Cm
,
int
Cn
,
int
ldc
);
void
I
nsertTask
_zbuild
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zbuild
(
const
RUNTIME_option_t
*
options
,
const
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
void
*
user_data
,
void
*
user_build_callback
);
...
...
This diff is collapsed.
Click to expand it.
include/chameleon/chameleon_tasks_zc.h
+
2
−
2
View file @
db0c4074
...
...
@@ -29,11 +29,11 @@
/**
* Declarations of QUARK wrappers (called by CHAMELEON) - alphabetical order
*/
void
I
nsertTask
_clag2z
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_clag2z
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_zlag2c
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlag2c
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment