“并行计算”:一种让多个处理单元(如多核 CPU、多个 CPU、GPU 或计算节点)同时处理任务的计算方式,以加速计算、提升吞吐量或处理更大规模的问题。常见于科学计算、大数据处理、机器学习训练与高性能计算(HPC)。也可泛指相关的软硬件与编程方法(如多线程、分布式计算等)。
/ˈpærəˌlɛl kəmˈpjuːtɪŋ/
Parallel computing can significantly reduce the time needed to process large datasets.
并行计算可以显著减少处理大型数据集所需的时间。
By combining parallel computing with efficient memory management, the simulation scaled to thousands of cores without a major performance drop.
通过将并行计算与高效的内存管理结合,该模拟在扩展到数千个核心时仍未出现明显的性能下降。
parallel 源自希腊语 parallēlos,意为“并排的、并行的”;computing 来自拉丁语 computare(“计算、核算”)。合起来表示“让计算并排同时进行”的方法与体系。