How could I compute the order of elements in each row of a matrix with cuda?

前端 未结 0 1128
鱼传尺愫
鱼传尺愫 2021-01-15 22:37

I am finding how could I do argsort with cuda/thrust along rows or colums of a matrix.

It means that given a matrix such as:

A = [[ 3.4257         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题