Assume that you have a program which has a kernel, or the 'main' part of the program, which can be accelerated by a GPU. The kernel makes up 95% of the program's execution time on a CPU system.
a) GPU acceleration
b) CPU optimization
c) Multithreading
d) Parallel processing