Mentions légales du service

Skip to content
Snippets Groups Projects
Commit db0c4074 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Change for INSERT_TASK to better match the rest of the API

parent 38d2b92c
No related branches found
No related tags found
1 merge request!90Renaming
This diff is collapsed.
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
/** /**
* Declarations of QUARK wrappers (called by CHAMELEON) - alphabetical order * Declarations of QUARK wrappers (called by CHAMELEON) - alphabetical order
*/ */
void InsertTask_clag2z( const RUNTIME_option_t *options, void INSERT_TASK_clag2z( const RUNTIME_option_t *options,
int m, int n, int nb, int m, int n, int nb,
MORSE_desc_t *A, int Am, int An, int lda, MORSE_desc_t *A, int Am, int An, int lda,
MORSE_desc_t *B, int Bm, int Bn, int ldb ); MORSE_desc_t *B, int Bm, int Bn, int ldb );
void InsertTask_zlag2c( const RUNTIME_option_t *options, void INSERT_TASK_zlag2c( const RUNTIME_option_t *options,
int m, int n, int nb, int m, int n, int nb,
MORSE_desc_t *A, int Am, int An, int lda, MORSE_desc_t *A, int Am, int An, int lda,
MORSE_desc_t *B, int Bm, int Bn, int ldb ); MORSE_desc_t *B, int Bm, int Bn, int ldb );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment