Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 84ba1099 authored by Reazul Hoque's avatar Reazul Hoque Committed by Mathieu Faverge
Browse files

Updated PaRSEC interface

parent 1ff90ef1
No related branches found
No related tags found
1 merge request!72PaRSEC DTD Interface
...@@ -225,6 +225,10 @@ void RUNTIME_desc_create( MORSE_desc_t *mdesc ) ...@@ -225,6 +225,10 @@ void RUNTIME_desc_create( MORSE_desc_t *mdesc )
parsec_dtd_data_collection_init(data_collection); parsec_dtd_data_collection_init(data_collection);
/*dplasma_add2arena_tile( parsec_dtd_arenas[0],
mdesc->mb*mdesc->nb*sizeof(MORSE_Complex64_t),
PARSEC_ARENA_ALIGNMENT_SSE,
parsec_datatype_double_complex_t, mdesc->mb ); */
/* /\* Overwrite the leading dimensions to store the padding *\/ */ /* /\* Overwrite the leading dimensions to store the padding *\/ */
/* mdesc->llm = mdesc->mb * mdesc->lmt; */ /* mdesc->llm = mdesc->mb * mdesc->lmt; */
/* mdesc->lln = mdesc->nb * mdesc->lnt; */ /* mdesc->lln = mdesc->nb * mdesc->lnt; */
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include "control/common.h" #include "control/common.h"
struct morse_parsec_desc_s; struct morse_parsec_desc_s;
typedef struct morse_parsec_desc_s morse_parsec_desc_t; typedef struct morse_parsec_desc_s morse_parsec_desc_t;
......
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