Q: 14
You are tasked with optimizing an AI-driven financial modeling application that performs both
complex mathematical calculations and real-time data analytics. The calculations are CPU-intensive,
requiring precise sequential processing, while the data analytics involves processing large datasets in
parallel. How should you allocate the workloads across GPU and CPU architectures?
Options
Discussion
Option C, CPUs have better sequential processing for the math, GPUs are way faster with parallel data analytics.
Its C
Looks like C. CPUs are better for complex, sequential math (trap is thinking GPUs always win). GPUs handle parallel data analytics best.
Be respectful. No spam.