Skip to content
Snippets Groups Projects
Commit fb7e51ab authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add AssignmentCollection.has_exclusive_writes

An assumption of pystencils is that output stencils never overlap.
This allows massive parallelization without race conditions or atomics.

When I use my autodiff transformations I use this condition to check
whether the assumption still hold for the backward assignments.
parent ddb86435
Pipeline #16993 passed with stage
in 5 minutes and 15 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment