Re: [Perl-openmp-discuss] Matrix Multiplication
Brought to you by:
brettestrade
From: Brett E. <bre...@gm...> - 2025-02-05 02:50:28
|
That'd rock! One of my thoughts is to have a collections of these sorts of functions ready to use. One procedural note, I'd like to add tests and POD, whenever we add a function. The test can be simple, but sufficient for a sanity check. I say go for it. Issue a PR, I'll offer some constructive feedback about general consistency with the rest of the module and functions; but I'm pretty easy and super excited for the help. Also, you know more than I do about the math and matrix programming - I am sure most people do. :-) Thanks! Brett On Tue, Feb 4, 2025 at 8:01 PM Kai Baker <eig...@gm...> wrote: > Hi all, I'm new here. I was invited by Brett because I'm interested in > Perl and parallel processing. I want to help improve the repository and > make OpenMP more accessible for Perl. > > I'm looking at this file here: > > > https://github.com/Perl-OpenMP/p5-OpenMP-Simple/blob/master/experiments/3d-matrix.c > > How do you feel about having the matrix multiplication reimplemented using > Strassen's matrix multiplication algorithm? > > Kai > _______________________________________________ > Perl-openmp-discuss mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-openmp-discuss > -- This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized use or disclosure is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Thank you. |