Frage im Vorstellungsgespräch bei 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:

Antwort im Vorstellungsgespräch

Anonym

2. Feb. 2014

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