Mentions légales du service

Skip to content
Snippets Groups Projects

Add macros to make codelets just declare their access and let the macro definition do what should be

Merged THIBAULT Samuel requested to merge thibault/chameleon:memaccess into master
All threads resolved!
3 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -44,7 +44,7 @@ void MORSE_TASK_zbuild( const MORSE_option_t *options,
int row_min, row_max, col_min, col_max;
MORSE_BEGIN_ACCESS_DECLARATION;
MORSE_ACCESS_RW(A, Am, An);
MORSE_ACCESS_W(A, Am, An);
MORSE_END_ACCESS_DECLARATION;
row_min = Am*A->mb ;
Loading