You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems now we don't have support for A_mul_B!(c, fft_plan, a) where a is a padded_view. It would be really good to have this feature so that one can avoid memory allocation when dealing with big arrays. Do I understand this problem correctly? Thanks!
The text was updated successfully, but these errors were encountered:
skeletonyk
changed the title
A_mul_B!(c, fft_plan, a) support
'A_mul_B!(c, fft_plan, a)' support
May 8, 2018
It seems now we don't have support for
A_mul_B!(c, fft_plan, a)
where a is a padded_view. It would be really good to have this feature so that one can avoid memory allocation when dealing with big arrays. Do I understand this problem correctly? Thanks!The text was updated successfully, but these errors were encountered: