Reduce GPU use (flops, not memory)

Is it possible to reduce GPU compute use, as measured in “3D” by Task Manager? scipy allows specifying workers (CPU cores) for fft, for example. Memory isn’t of concern.

I have an intense processing pipeline that maxes out 3D, and it is to run for days, which doesn’t let me use the GPU for anything else. Input size can’t reduce any further.