Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 362bcf7f authored by LEANDRO NESI Lucas's avatar LEANDRO NESI Lucas
Browse files

add STARPU_COMMUTE to starpu gemm task

parent f0a895e5
No related branches found
No related tags found
1 merge request!308add STARPU_COMMUTE to starpu gemm task
......@@ -142,7 +142,7 @@ void INSERT_TASK_zgemm( const RUNTIME_option_t *options,
callback = options->profiling ? cl_zgemm_callback : NULL;
/* Reduce the C access if needed */
accessC = ( beta == 0. ) ? STARPU_W : STARPU_RW;
accessC = ( beta == 0. ) ? STARPU_W : (STARPU_RW | STARPU_COMMUTE);
#if defined(CHAMELEON_KERNELS_TRACE)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment