I am trying to use a reduction algorithm like thrust::reduce for a sequence of matrices. Let's say I want to do the product of N matrices: A1A2....*AN. I think a reduction algorithm would be great because the product is associative. Is it possible to use thrust::reduce for this?
cuda - Use thrust::reduce for multplying a sequence of matrices - Stack Overflow
评论列表(0)
- 暂无评论