Mentions légales du service

Skip to content
Snippets Groups Projects

Reduce data access type whenever possible

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading