You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce memory cost of test by using a scalar variable instead of an array
The test previously required 2.6GB of memory to complete, and was sometimes
getting killed (seemingly only in the CMake configuration, though). Just adding
them up in a scalar variable seems to suffice to prove the effectiveness of the
original bugfix in e976d6f. It did, however, take adding one more
variable to actually cause an invariant failure - with 256 variables the sum was
just wrong.
0 commit comments