-
请问为什么这样的变换会使得cache friendly? |
Beta Was this translation helpful? Give feedback.
Answered by
Hzfengsy
Jun 26, 2022
Replies: 2 comments
-
这里有相关介绍https://tvm.apache.org/docs/how_to/optimize_operators/opt_gemm.html#blocking |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hbsun2113
-
因为如果运算被分块的大小能够在一级缓存里进行的话,速度会提升非常快 |
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
这里有相关介绍https://tvm.apache.org/docs/how_to/optimize_operators/opt_gemm.html#blocking