Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在研究计算机体系结构,我试图了解 Amdahl 的加速测量定律。假设我们有双核处理器并执行程序X。我们想将程序速度提高3倍,我们购买了8核处理器。在这种情况下,程序 X 应该并行化多少百分比?
您可以从并行化程序中获得的加速量取决于您能够并行化的原始程序的多少。如果您的程序只有 10% 是可并行化的,那么无论您向系统中添加多少处理器,您可以实现的最大加速是 10%。