Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 73055a35 authored by THIBAULT Samuel's avatar THIBAULT Samuel
Browse files

Fix declaration of rank execution for ztsqrt

parent e2fe6d85
No related branches found
No related tags found
1 merge request!35Fix declaration of rank execution for ztsqrt
......@@ -112,6 +112,7 @@ void MORSE_TASK_ztsqrt(const MORSE_option_t *options,
MORSE_ACCESS_RW(A1, A1m, A1n);
MORSE_ACCESS_RW(A2, A2m, A2n);
MORSE_ACCESS_W(T, Tm, Tn);
MORSE_RANK_CHANGED(A2->get_rankof(A2, A2m, A2n));
MORSE_END_ACCESS_DECLARATION;
starpu_insert_task(
......
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