[Bug libfortran/51119] MATMUL slow for large matrices
jvdelisle at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 8 14:55:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119
--- Comment #39 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
(In reply to Thomas Koenig from comment #38)
>
> Jerry, what Netlib code were you basing your code on?
http://www.netlib.org/blas/index.html#_level_3_blas_tuned_for_single_processors_with_caches
Used the dgemm version from the download zip to start, stripped it of unneeded
code, converted to C with f2c, and further edits to clean it up.
More information about the Gcc-bugs
mailing list