How multiply a list of matrices on GPU

前端 未结 0 690
故里飘歌
故里飘歌 2021-01-27 13:33

I have 4 lists of 2x2 complex matrices (A,B,C,D) with shape (size,2,2). I need to calculate the following expression F = A.B.C.D, where F have the same shape (size,2,2). I can j

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