Mentions légales du service

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

Fix missing comment

parent fef0a1a8
No related branches found
No related tags found
1 merge request!407Fix small issues
...@@ -148,6 +148,7 @@ void INSERT_TASK_zsyrk( const RUNTIME_option_t *options, ...@@ -148,6 +148,7 @@ void INSERT_TASK_zsyrk( const RUNTIME_option_t *options,
/* Reduce the C access if needed */ /* Reduce the C access if needed */
accessC = ( beta == 0. ) ? STARPU_W : STARPU_RW; accessC = ( beta == 0. ) ? STARPU_W : STARPU_RW;
/* Refine name */
cl_name = chameleon_codelet_name( cl_name, 2, cl_name = chameleon_codelet_name( cl_name, 2,
A->get_blktile( A, Am, An ), A->get_blktile( A, Am, An ),
C->get_blktile( C, Cm, Cn ) ); C->get_blktile( C, Cm, Cn ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment