Question d’entretien chez 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:

Réponse à la question d'entretien

Utilisateur anonyme

2 févr. 2014

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