Displaying 1 result from an estimated 1 matches for "_megabytes_".
Did you mean:
3megabytes
2016 Sep 29
4
a proposed script to help with test-suite programs that output _lots_ of FP numbers
...all,
As part of working on making test-suite less demanding of exact FP results so my FP-contraction
patch can go back into trunk and stay there, today I analyzed
"MultiSource/Benchmarks/VersaBench/beamformer". I found that the raw output from that program
is 2789780 bytes [i.e. ~2.7 _megabytes_] of floating-point text, which IMO is too much to put
into a patch -- or at least a _civilized_ patch. ;-)
As a result, I wrote the below Python program, which I think should deal with the problem
fairly well, or at least is a good first attempt at doing so and can be improved later. For
the...