Domanda di colloquio di 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:

Risposta di colloquio

Anonimo

2 feb 2014

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