-Explain CPU functions -Explain the difference between a parallel CPU and GPU functions -Transfer Array to the GPU using MatLabs. Create a 1000-by-1000 random matrix in MATLAB, and then transfer it to the GPU:
Anonymous
X = rand(1000); G = gpuArray(X)
Check out your Company Bowl for anonymous work chats.