[Bug fortran/66094] Handle transpose(A) in inline matmul

2017-05-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/66094] Handle transpose(A) in inline matmul

2017-05-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 --- Comment #10 from Thomas Koenig --- Author: tkoenig Date: Wed May 24 18:44:35 2017 New Revision: 248425 URL: https://gcc.gnu.org/viewcvs?rev=248425&root=gcc&view=rev Log: 2017-05-24 Thomas Koenig PR fortran/66094 * fronten

[Bug fortran/66094] Handle transpose(A) in inline matmul

2016-01-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 Thomas Koenig changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- C

[Bug fortran/66094] Handle transpose(A) in inline matmul

2016-01-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 --- Comment #8 from Thomas Koenig --- Author: tkoenig Date: Sun Jan 24 18:15:08 2016 New Revision: 232779 URL: https://gcc.gnu.org/viewcvs?rev=232779&root=gcc&view=rev Log: 2016-01-24 Thomas Koenig PR fortran/66094 * frontend

[Bug fortran/66094] Handle transpose(A) in inline matmul

2016-01-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 --- Comment #7 from Thomas Koenig --- Still to do: MATMUL(TRANSPOSE(A),B). MATMUL(TRANSPOSE(A),TRANSPOSE(B)) would be silly.

[Bug fortran/66094] Handle transpose(A) in inline matmul

2016-01-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 --- Comment #6 from Thomas Koenig --- Author: tkoenig Date: Sun Jan 24 09:11:50 2016 New Revision: 232774 URL: https://gcc.gnu.org/viewcvs?rev=232774&root=gcc&view=rev Log: 2016-01-24 Thomas Koenig PR fortran/66094 * frontend

[Bug fortran/66094] Handle transpose(A) in inline matmul

2016-01-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 --- Comment #5 from Jerry DeLisle --- Additional comment. I hope Toon could test this on real world code and confirm.

[Bug fortran/66094] Handle transpose(A) in inline matmul

2016-01-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/66094] Handle transpose(A) in inline matmul

2016-01-16 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 --- Comment #3 from Thomas Koenig --- Created attachment 37371 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37371&action=edit Patch to handle matmul(a, transpose(b)) This very straightforward patch handles matmul(a, transpose(b)). I won

[Bug fortran/66094] Handle transpose(A) in inline matmul

2015-09-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/66094] Handle transpose(A) in inline matmul

2015-05-10 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094 Thomas Koenig changed: What|Removed |Added Keywords||missed-optimization Blocks|