Skip to content

Commit

Permalink
Update CHANGELOG with debug logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Sep 10, 2024
1 parent db61cb3 commit b8ee0fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
This has the added benefit, that the maximum supported BDD size is increased
to the absurd size of 96 TiB .

- Disabled TPIE from outputting its *debug* log to a disk on the file if Adiar
is compiled for production. This drastically saves on disk space (some
benchmarks ran out of disk not due to large BDDs but due to several TiB of
debug logging).

# v2.0.0

**Date: 5th of April, 2024**
Expand Down
1 change: 0 additions & 1 deletion src/adiar/internal/algorithms/quantify.h
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,6 @@ namespace adiar::internal
partial_impl.reset();

#ifdef ADIAR_STATS
stats_quantify.partial_sweeps += 1u;
stats_quantify.partial_repetitions += 1u;
#endif
transposed = __quantify(ep, transposed, partial_impl);
Expand Down

0 comments on commit b8ee0fc

Please sign in to comment.