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?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745162698a4614463.html
评论列表(0条)