Discussion:
[ACTIVITY] week ending 22 Apr 2018
Richard Henderson
2018-04-22 20:35:11 UTC
Permalink
[QEMU Upstream]

Fix for softfloat scalbn, broken during the 2.12 reorg.
Code review for Alex's tcg/tests patchset.
Produced a script describing how to build cross-compilers.

[VIRT-198 # QEMU: SVE Emulation Support ]

Fix an tcg generic vector assert hitting SVE w/ VQ=3.
Rebase and post cleanup patch for TCGv_ptr operations.

Finished round 2 of SVE cleanup and fixes. RISU now once
again passes for VQ in [1-4] (which is the limitation of
the FoundationModel against which we are generating trace files).

I'll note that a lulesh binary that I generated for HKG18
does not work on the branch, but does under FoundationModel.
Therefore there must be remaining emulation errors.
However, it's a really complicated binary that is non-debuggable.
Adding printfs interferes with vectorization and gdb does not
yet let us print all of the relevant registers.

My thoughts from here go toward running the gcc testsuite,
and seeing what can be uncovered by those smaller examples.


r~
Peter Maydell
2018-04-22 20:46:36 UTC
Permalink
On 22 April 2018 at 21:35, Richard Henderson
Post by Richard Henderson
I'll note that a lulesh binary that I generated for HKG18
does not work on the branch, but does under FoundationModel.
Therefore there must be remaining emulation errors.
However, it's a really complicated binary that is non-debuggable.
Adding printfs interferes with vectorization and gdb does not
yet let us print all of the relevant registers.
I have had some luck in this sort of situation with using
both the fast model's instruction tracing and QEMU's and
then doing enough post-processing of both traces to get a
list of PC values which can then be diffed to find out
where execution diverges.

You are probably right to start by fixing the bugs in
the smaller test cases first, though.

thanks
-- PMM

Loading...