Add autodiff
1 unresolved thread
1 unresolved thread
Compare changes
- Stephan Seitz authored
This properties checks whether all writes of this AC are exclusive, i.e. can be safely parallelized. AC not fulfilling this property are malformed for pystencils since this property is implicitly assumed.
@@ -3,6 +3,7 @@ from copy import copy
@@ -360,6 +361,25 @@ class AssignmentCollection: