Pergunta de entrevista da empresa NVIDIA

-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:

Resposta da entrevista

Sigiloso

2 de fev. de 2014

X = rand(1000); G = gpuArray(X)