Which of the following is not a form of parallelism supported by CUDA
1.vector parallelism - floating point computations are executed in parallel on wide vector units
2. thread level task parallelism - different threads execute a different tasks
3.block and grid level parallelism - different blocks or grids execute different tasks
4.data parallelism - different threads and blocks process different parts of data in memory
Posted Date:-2022-07-15 17:07:59