Mentions légales du service

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

Merge branch 'starpu/fix_inout' into 'master'

Reduce data access type whenever possible

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.

See merge request !215
parents b9d980d0 ea4026f2
No related branches found
No related tags found
1 merge request!215Reduce data access type whenever possible
Showing
with 75 additions and 41 deletions
Loading
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