Mentions légales du service

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

Merge branch 'fix' into 'master'

Fix declaration of rank execution for ztsqrt

See merge request !35
parents e2fe6d85 73055a35
No related branches found
No related tags found
1 merge request!35Fix declaration of rank execution for ztsqrt
Pipeline #
......@@ -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