什么是自动化向量?
This is only a simple example, demonstrating the basic idea behind auto-vectorization.
这只是一个简单的范例,演示了自动向量化背后的基本思想。
As illustrated in the Fortran example, the benefit of auto-vectorization grows as the problem size is increased, reaching a factor of 6.00x at n=2000.
正如在 Fortran 范例中演示的那样,自动向量化带来的好处随着问题规模的增加而增加,最后当 n=2000 的时候达到了。
应用推荐