admin管理员组

文章数量:1415460

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?

本文标签: cudaUse thrustreduce for multplying a sequence of matricesStack Overflow