Skip to content

Commit

Permalink
gpl: include TODO comment
Browse files Browse the repository at this point in the history
Signed-off-by: Augusto Berndt <[email protected]>
  • Loading branch information
gudeh committed Aug 6, 2024
1 parent c270ca1 commit 7ee7d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gpl/src/nesterovBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1961,6 +1961,7 @@ void NesterovBase::updateGradients(std::vector<FloatPoint>& sumGrads,
debugPrint(
log_, GPL, "updateGrad", 1, "DensityPenalty: {:g}", densityPenalty_);

// TODO: This OpenMP parallel section is causing non-determinism. Consider revisiting this in the future to restore determinism.
//#pragma omp parallel for num_threads(nbc_->getNumThreads()) reduction(+ :
//wireLengthGradSum_, densityGradSum_, gradSum)
for (size_t i = 0; i < gCells_.size(); i++) {
Expand Down

0 comments on commit 7ee7d3d

Please sign in to comment.