How can CUDA improve/speed-up IG

Hi All,

I’m new to CUDA so please … how can implementation of CUDA improve my IG (Image Generator)?

I mean if I think about SIMD so maybe:

    [*] transforms?

    [*] if we have some particles simulation, most probably

    [*] what else?

Also, it might be quite tricky to find the right scale between IG draw and CUDA GPU usage. I mean that if we use GPU too much with CUDA tha IG drawing will suffer - and opposite.

Many thanks.