Bug 79704 - [meta-bug] Phoronix Test Suite compiler performance issues
Summary: [meta-bug] Phoronix Test Suite compiler performance issues
Status: NEW
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: unknown
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL: https://www.phoronix-test-suite.com/
Keywords: meta-bug, missed-optimization
Depends on: 55278 79703 109812 110015 110062 113235 113236 113827 114852 TSVC 51017 54073 68128 78405 78406 81554 89275 96337 104663 109811
Blocks:
  Show dependency treegraph
 
Reported: 2017-02-24 09:35 UTC by Uroš Bizjak
Modified: 2024-09-18 22:15 UTC (History)
6 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2017-02-24 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uroš Bizjak 2017-02-24 09:35:37 UTC
This meta-bug tracks Phoronix Test Suite [1] compiler performance issues.

[1] https://www.phoronix-test-suite.com/
Comment 1 Jakub Jelinek 2017-02-24 09:46:09 UTC
I had recently a quick look at http://www.phoronix.com/scan.php?page=article&item=gcc7-clang4-jan&num=2 EP-DGEMM where Phoronix claims clang is over 2.5x faster than gcc and in my limited understanding pretty much all time is spent in the system libraries not compiled with the test (blas, and even one written in fortran), so I don't understand any difference at all on that test (unless it uses very different libraries or very different configuration, e.g. using C blas instead of Fortran blas or vice versa etc.).  After all, LLVM doesn't have a viable Fortran FE anyway.
Comment 2 Jan Hubicka 2023-05-28 20:10:23 UTC
Note that I tried to reproduce from https://www.phoronix.com/review/gcc13-clang16-raptorlake/3
also tsvc (on zen3 machine) and there performance seems OK (GCC does 2168417 nodes/s and clang 2159913)

liquid-dsp fails for me:

    pts/liquid-dsp-1.0.0:
        Test Installation 1 of 1
        1 File Needed [0.74 MB / 1 Minute]
        File Found: liquid-dsp-20210131.tar.xz                                                                                                                                                                                                             [0.74MB]
        Approximate Install Size: 68 MB
        Estimated Install Time: 6 Seconds
        Installing Test @ 20:09:38
            The installer exited with a non-zero exit status.
            ERROR: /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld: cannot find -lliquid: No such file or directory
            Installing the package 'file' might fix this error.
            LOG: ~/.phoronix-test-suite/installed-tests/pts/liquid-dsp-1.0.0/install-failed.log

seems the build script is broken and actually links to the system wide libquid-dsp