Re: [PATCH 3/3] boost::ublas increasing the range of BLAS level 3 benchmarks
palik imre <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <[email protected]> |
It just ocured to me, that based on the descriptor struct it would be possible to choose between parallel and serial implementation of the kernels.
Anybody would be interested in having something like that in ublas?
Would an OpenMP parallel implementation be accepted to the library?
Thanks,
Imre
On Sunday, 6 March 2016, 10:43, palik imre <[email protected]> wrote:
Fork is here: https://github.com/imre-palik/ublas/tree/feature/ublas00004_simd_gemm
pull request is sent.