最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

cuda - Use thrust::reduce for multplying a sequence of matrices - Stack Overflow

programmeradmin1浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论