Mentions légales du service

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

Minor

parent 3ffac158
No related branches found
No related tags found
1 merge request!72PaRSEC DTD Interface
......@@ -26,7 +26,7 @@
static inline int
CORE_zaxpy_parsec( parsec_execution_stream_t *context,
parsec_task_t *this_task )
parsec_task_t *this_task )
{
int *M;
MORSE_Complex64_t *alpha;
......
......@@ -31,8 +31,7 @@
**/
static inline int
CORE_zgemm_parsec( parsec_execution_stream_t *context,
parsec_task_t *this_task )
parsec_task_t *this_task )
{
MORSE_enum *transA;
MORSE_enum *transB;
......
......@@ -28,7 +28,6 @@
static inline int
CORE_ztpmqrt_parsec( parsec_execution_stream_t *context,
parsec_task_t *this_task )
{
MORSE_enum *side;
......
......@@ -28,7 +28,6 @@
static inline int
CORE_ztpqrt_parsec( parsec_execution_stream_t *context,
parsec_task_t *this_task )
{
int *M;
......
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