Computationintensive
Computation-intensive, often written as computation-intensive or compute-intensive, describes tasks or workloads that require substantial computational resources to complete within an acceptable time frame. It is used to distinguish such tasks from those that are primarily memory- or I/O-bound.
Common computation-intensive domains include scientific computing, numerical simulation, cryptography, machine learning model training and inference, data
Performance assessment uses concepts such as strong scaling (fixing problem size while increasing resources) and weak
Practical considerations include energy consumption, thermal limits, cost, and data movement overhead. Developers aim to maximize
Related topics include high-performance computing, parallel computing, compute-bound workloads, algorithm optimization, and benchmarking.