Skip to content

Thread safety

Markus Holzer requested to merge holzer/pystencils:threadSafety into master

This MR introduces a simple check for thread safety in the kernel constrains check. If the assignments are not thread safe, optimizations like OpenMP or GPU should fail.

Merge request reports