Mentions légales du service

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

Fix compilation issue

parent e8a37d5c
Branches
Tags
1 merge request!111Feature/map
......@@ -46,8 +46,8 @@ void INSERT_TASK_map( const RUNTIME_option_t *options,
PARSEC_dtd_taskpool, CORE_map_parsec, options->priority, "map",
sizeof(CHAM_desc_t*), &A, VALUE,
sizeof(cham_uplo_t), &uplo, VALUE,
sizeof(int), &m, VALUE,
sizeof(int), &n, VALUE,
sizeof(int), &Am, VALUE,
sizeof(int), &An, VALUE,
PASSED_BY_REF, RTBLKADDR(A, CHAMELEON_Complex64_t, Am, An), chameleon_parsec_get_arena_index( A ) | INOUT,
sizeof(cham_unary_operator_t), &operator, VALUE,
sizeof(void*), &op_args, VALUE,
......
......@@ -40,8 +40,8 @@ void INSERT_TASK_map( const RUNTIME_option_t *options,
QUARK_Insert_Task(opt->quark, CORE_map_quark, (Quark_Task_Flags*)opt,
sizeof(CHAM_desc_t*), &A, VALUE,
sizeof(cham_uplo_t), &uplo, VALUE,
sizeof(int), &m, VALUE,
sizeof(int), &n, VALUE,
sizeof(int), &Am VALUE,
sizeof(int), &An VALUE,
sizeof(CHAMELEON_Complex64_t), RTBLKADDR(A, CHAMELEON_Complex64_t, Am, An), INOUT,
sizeof(cham_unary_operator_t), &operator, VALUE,
sizeof(void*), &op_args, VALUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment