Mentions légales du service

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

typo

parent a2bde4b9
No related branches found
No related tags found
1 merge request!27Add macros to make codelets just declare their access and let the macro definition do what should be
...@@ -37,7 +37,7 @@ void MORSE_TASK_ztpqrt( const MORSE_option_t *options, ...@@ -37,7 +37,7 @@ void MORSE_TASK_ztpqrt( const MORSE_option_t *options,
MORSE_BEGIN_ACCESS_DECLARATION; MORSE_BEGIN_ACCESS_DECLARATION;
MORSE_ACCESS_RW(A, Am, An); MORSE_ACCESS_RW(A, Am, An);
MORSE_ACCESS_RW(B, Bm, Bn); MORSE_ACCESS_RW(B, Bm, Bn);
MORSE_ATTESS_RW(T, Tm, Tn); MORSE_ACCESS_RW(T, Tm, Tn);
MORSE_END_ACCESS_DECLARATION; MORSE_END_ACCESS_DECLARATION;
starpu_insert_task( 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