Replies: 3 comments 4 replies
-
Y存放的是A和B做矩阵乘法后得到的张量 |
Beta Was this translation helpful? Give feedback.
1 reply
-
感谢提问,这是一个很好的问题,我来做几点补充:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
@hbsun2113 这是一类很典型的优化技巧叫做parallel associative reduction,可以参考这篇论文https://andrew.adams.pub/par.pdf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
这里定义了中间变量Y,请问这是必要的操作吗?为什么不可以直接向C中写入数据,而需要Y作为中转?

Beta Was this translation helpful? Give feedback.
All reactions