- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With considerable help from a Member of this group (Vladimir) have gotten this convolution function to work properly.
In my application, do sets of 2D convolutions (8, 16, etc) and add the results as part of an MRI parallel imaging reconstruction. Currently call vslzConvExec once for each convolution and manage rest of the math externally. It works but, of course, I wish it were faster.
Question: Is there a way to load several sets of data into this function (8, 16, etc) and have the convolutions done all at once? Even if possible don't know whether this would be faster, but it's worth a try.
Paul Margosian
In my application, do sets of 2D convolutions (8, 16, etc) and add the results as part of an MRI parallel imaging reconstruction. Currently call vslzConvExec once for each convolution and manage rest of the math externally. It works but, of course, I wish it were faster.
Question: Is there a way to load several sets of data into this function (8, 16, etc) and have the convolutions done all at once? Even if possible don't know whether this would be faster, but it's worth a try.
Paul Margosian
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Paul,
MKL don't provide such functionality.
You couldusenext mode:VSL_CONV_MODE_DIRECT.It may give speed-up forsmall problems.
Victor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Paul,
Thanks for bringing the issue to our attention.
Victors recommendation above may serve your need for current release. In addition, we will take this into our consideration for future potential feature enhancement, it has been recorded into our internal tracking system. We will inform you when there is an update on this feature request after next review cycle.
Best regards,
Hsin-Ying

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page