Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
65fa7203
Commit
65fa7203
authored
Aug 01, 2017
by
Mathieu Faverge
Browse files
Silent warnings
parent
2825b6e1
Changes
17
Hide whitespace changes
Inline
Side-by-side
compute/pzgelqf.c
View file @
65fa7203
...
...
@@ -155,4 +155,5 @@ void morse_pzgelqf(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzgelqfrh.c
View file @
65fa7203
...
...
@@ -183,4 +183,5 @@ void morse_pzgelqfrh(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D, int BS,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzgeqrf.c
View file @
65fa7203
...
...
@@ -149,4 +149,5 @@ void morse_pzgeqrf(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzgeqrfrh.c
View file @
65fa7203
...
...
@@ -183,4 +183,5 @@ void morse_pzgeqrfrh(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D, int BS,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzhetrd_he2hb.c
View file @
65fa7203
...
...
@@ -445,4 +445,6 @@ void morse_pzhetrd_he2hb(MORSE_enum uplo,
morse_desc_mat_free
(
AT
);
free
(
AT
);
(
void
)
E
;
}
compute/pztpgqrt.c
View file @
65fa7203
...
...
@@ -165,4 +165,6 @@ void morse_pztpgqrt( int L,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzunglq.c
View file @
65fa7203
...
...
@@ -144,4 +144,5 @@ void morse_pzunglq(MORSE_desc_t *A, MORSE_desc_t *Q, MORSE_desc_t *T, MORSE_desc
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzunglqrh.c
View file @
65fa7203
...
...
@@ -167,4 +167,5 @@ void morse_pzunglqrh(MORSE_desc_t *A, MORSE_desc_t *Q,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzungqr.c
View file @
65fa7203
...
...
@@ -145,4 +145,5 @@ void morse_pzungqr(MORSE_desc_t *A, MORSE_desc_t *Q, MORSE_desc_t *T, MORSE_desc
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzungqr_param.c
View file @
65fa7203
...
...
@@ -179,6 +179,5 @@ void morse_pzungqr_param(const libhqr_tree_t *qrtree,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzungqrrh.c
View file @
65fa7203
...
...
@@ -172,4 +172,5 @@ void morse_pzungqrrh(MORSE_desc_t *A, MORSE_desc_t *Q,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzunmlq.c
View file @
65fa7203
...
...
@@ -315,4 +315,5 @@ void morse_pzunmlq(MORSE_enum side, MORSE_enum trans,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzunmlqrh.c
View file @
65fa7203
...
...
@@ -410,4 +410,5 @@ void morse_pzunmlqrh(MORSE_enum side, MORSE_enum trans,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzunmqr.c
View file @
65fa7203
...
...
@@ -320,4 +320,5 @@ void morse_pzunmqr(MORSE_enum side, MORSE_enum trans,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzunmqrrh.c
View file @
65fa7203
...
...
@@ -415,4 +415,5 @@ void morse_pzunmqrrh(MORSE_enum side, MORSE_enum trans,
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/zhetrd.c
View file @
65fa7203
...
...
@@ -429,5 +429,6 @@ int MORSE_zhetrd_Tile_Async(MORSE_enum jobz,
morse_desc_mat_free
(
Dptr
);
}
morse_desc_mat_free
(
&
descAB
);
(
void
)
D
;
return
MORSE_SUCCESS
;
}
compute/ztpgqrt.c
View file @
65fa7203
...
...
@@ -420,5 +420,6 @@ int MORSE_ztpgqrt_Tile_Async( int L,
if
(
Dptr
!=
NULL
)
{
morse_desc_mat_free
(
Dptr
);
}
(
void
)
D
;
return
MORSE_SUCCESS
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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