Skip to content

Sacado: Fix loop for hierarchical.

James Willenbring requested to merge etphipp:sacado_hierarchical_fix into develop

Created by: etphipp

One loop in GeneralFad wasn't correct for Cuda with hierarchical parallelism. This would only affect computations with a passive scalar (i.e., variable declared as a Fad but had a zero-length derivative array).

Merge request reports