Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
Chameleon
Commits
db0c4074
Commit
db0c4074
authored
Feb 09, 2018
by
Mathieu Faverge
Browse files
Change for INSERT_TASK to better match the rest of the API
parent
38d2b92c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
include/chameleon/chameleon_tasks_z.h
View file @
db0c4074
This diff is collapsed.
Click to expand it.
include/chameleon/chameleon_tasks_zc.h
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
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment