The Fast Fourier transform algorithm [
Wikipedia] is used to convert the SDR IQ data from the time domain into the frequency domain as shown in the spectrum and waterfall.
When processing high bandwidths (sample rates) with increased resolution this can consume considerable CPU resources. If you have a NVIDIA graphics card with a minimum compute capability of 3.0 then you can probably offload the FFT processing to this card.
To see whether you are currently using CUDA FFT select Statistics from from ribbon bar's View :: Waterfall panel, sample output is shown here.
The plan will be either CUDA (using NVIDIA card) or IPP (Intel's Integrated Performance Primitives using your CPU chip).