Compute-intensive
释义 Definition
“compute-intensive” 指“计算密集型的;需要大量计算资源的”,常用于描述任务、程序或工作负载主要瓶颈在 CPU/GPU 计算而非磁盘或网络 I/O。(也可引申用于“对算力要求很高的”。)
发音 Pronunciation (IPA)
/kəmˈpjuːt ɪnˈtensɪv/
例句 Examples
This is a compute-intensive task.
这是一个计算密集型任务。
Compute-intensive simulations can take hours unless you use a faster GPU or parallel processing.
计算密集型的模拟如果不使用更快的 GPU 或并行处理,可能需要好几个小时。
词源 Etymology
由 compute(计算,源自拉丁语 computare,意为“合计、计算”)与形容词后缀形式 -intensive(“密集的;大量消耗某种资源的”)组合而成,整体表示“在计算方面消耗资源很大”的特性,常见于计算机科学与工程语境。
相关词 Related Words
文学作品/知名作品中的用例 Literary & Notable Works
- Designing Data-Intensive Applications(Martin Kleppmann)——常用“data-intensive”与“compute-intensive”对比不同系统瓶颈与设计侧重点。
- Parallel Programming in C with MPI and OpenMP(Michael J. Quinn)——讨论并行化如何加速计算密集型程序。
- CUDA Programming: A Developer’s Guide to Parallel Computing with GPUs(Shane Cook)——在 GPU 并行计算语境中频繁提及计算密集型工作负载。