I am using vslsconvexec1d() to realize the convolution. However, I have several pairs of arrays, such as (x1, y1), (x2, y2)...... Before I use this function, I need to create a task descriptor. I am wondering whether I only create a task descriptor for all the array pairs in convolution. Thank you very much for your help.
链接已复制
2 回复数
Quoting - recrusader
I am using vslsconvexec1d() to realize the convolution. However, I have several pairs of arrays, such as (x1, y1), (x2, y2)...... Before I use this function, I need to create a task descriptor. I am wondering whether I only create a task descriptor for all the array pairs in convolution. Thank you very much for your help.
If all your arrays have the same dimensions then one task descriptor is enough.
Best regards,
-Vladimir
Quoting - Vladimir Petrov (Intel)
Hi,
If all your arrays have the same dimensions then one task descriptor is enough.
Best regards,
-Vladimir
If all your arrays have the same dimensions then one task descriptor is enough.
Best regards,
-Vladimir