This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/14741] graphite with loop blocking and interchanging doesn't optimize a matrix multiplication loop


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14741

Manfred Schwarb <manfred99 at gmx dot ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manfred99 at gmx dot ch

--- Comment #33 from Manfred Schwarb <manfred99 at gmx dot ch> ---
There is some slight improvement since 2015-09-08:

before:
#> a
   17.848000000000003        10.239999999999871
#> grep "number of SCoPs" a.f90.124t.graphite                                  
      number of SCoPs: 0
number of SCoPs: 2

after:
#> a
   15.847999999999999        10.239999999999871
#> grep "number of SCoPs" a.f90.121t.graphite                                  
      number of SCoPs: 0
number of SCoPs: 1

which also gives a testsuite warning on my box:
XPASS: gfortran.dg/graphite/pr14741.f90   -O   scan-tree-dump-times graphite
"number of SCoPs: 1" 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]