Mentions légales du service

Skip to content

Reduce data access type whenever possible

Mathieu Faverge requested to merge faverge/chameleon:starpu/fix_inout into master

This PR aims at reducing the data access type to enable more cases with the allocation on the fly.

For example, with a gemm: alpha A *B + beta * C, and beta = 0. C is used only as output, and not as inout. This changes all the codelets to STARPU_VARIABLE_NBUFFERS.

Merge request reports