search for: d25346

Displaying 6 results from an estimated 6 matches for "d25346".

2016 Oct 08
3
[test-suite] making the test-suite succeed with "-Ofast" and "-ffp-contract=on"
...the device will double - build system is more complex - the build directory goes from 300M to 1.2G due to the extra reference outputs recorded under -ffp-contract=off, - when running test-suite over small devices it will cost 1G more transfer over the network. Proposal 2: https://reviews.llvm.org/D25346 like Proposal 1, except that there are no files written to disk (transferred over the network from the device to the host that does the fpcmp and hashing), the outputs of both normal compilation and the kernel compiled under "#pragma STDC FP_CONTRACT OFF" are computed and compared on the...
2017 Apr 20
2
[RFC] FP contract = on
Hey folks, Some progress has been made since the first thread: http://lists.llvm.org/pipermail/llvm-dev/2017-March/111129.html And also I think the consensus is to enable "-ffp-contract=on" by default (instead of "fast"), which seems to be working on some preliminary tests I made. I just ran the test-suite on x86_64 and AArch64. The former is ok, the latter still has some
2016 Oct 12
2
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
On 12 October 2016 at 13:04, Sebastian Pop <sebpop.llvm at gmail.com> wrote: > The other problem is the reference output does not match > at "-O0 -ffp-contract=off". It might be that the reference output was recorded > at "-O3 -ffp-contract=off". I think that this hides either a compiler > bug or a test bug. Ah, yes! You mentioned before and I forgot to
2016 Oct 08
3
[test-suite] making the test-suite succeed with "-Ofast" and "-ffp-contract=on"
...re going to have to find a way to execute the test suite in stages on smaller devices to limit the peak usage, if not because of this then because we've added a lot more test applications and benchmarks in the future. > > -Hal > >> >> Proposal 2: https://reviews.llvm.org/D25346 >> like Proposal 1, except that there are no files written to disk >> (transferred over the network from the device to the host that does >> the fpcmp and hashing), the outputs of both normal compilation and >> the >> kernel compiled under "#pragma STDC FP_CONTRAC...
2016 Oct 14
3
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
On Fri, Oct 14, 2016 at 10:50 AM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- >> From: "Renato Golin" <renato.golin at linaro.org> >> To: "Sebastian Pop" <sebpop.llvm at gmail.com> >> Cc: "Hal Finkel" <hfinkel at anl.gov>, "Sebastian Paul Pop" <s.pop at samsung.com>,
2016 Oct 08
2
[test-suite] making the test-suite succeed with "-Ofast" and "-ffp-contract=on"
...buildbot coverage for) running the test suite @ -O1. -O2 and -O3 are much better tested. More regular testing at -O0 (especially with -g to pick up crashes in our debug-info generation logic) is needed as well. -Hal > > -Hal > > > > > Proposal 2: https://reviews.llvm.org/D25346 > > like Proposal 1, except that there are no files written to disk > > (transferred over the network from the device to the host that does > > the fpcmp and hashing), the outputs of both normal compilation and > > the > > kernel compiled under "#pragma STDC FP_CO...