Skip to content

Fix potential race condition in multi-threaded assembly

Reinhard Resch requested to merge fix-sp_gradient-race-condition into develop

This branch fixes a potential race condition and double free issue when using automatic differentiation and multi-threaded assembly.

Merge request reports