Hi, I looked at the VOLK to find if there are existing method to calculate the outer product of two vectors, but found nothing about it. If no, I have to write a SIMD based outer product method by myself. Thanks, -- Alex, *Dreams can come true just believe.*
on 2012-10-21 22:09
on 2012-10-23 16:17
On Sun, Oct 21, 2012 at 4:08 PM, Alex Zhang <cingular.alex@gmail.com>
wrote:
> Dreams can come true just believe.
Alex,
I don't believe there is a VOLK kernel that does that. But this is why
VOLK is designed to be extensible for when you need to write your own.
If you do come up with a new outer product kernel, please consider
giving it back to the VOLK product.
Thanks,
Tom
on 2012-10-23 17:15
Hi Tom, My current solution, due to my limited developing time, is to reuse the volk_32fc_x2_multiply_conjugate_32fc_a to compute the outer product, instead of writing a separate outer product method. It works well. On Tue, Oct 23, 2012 at 9:15 AM, Tom Rondeau <tom@trondeau.com> wrote: > > -- > > Thanks, > Tom > -- Alex, *Dreams can come true just believe.*
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.