Intro to CUDA (part 3): Parallelizing a For-Loop

preview_player
Показать описание
CUDA Teaching Center
Oklahoma State University ECEN 4773/5793
Рекомендации по теме
Комментарии
Автор

you taught me way more than I learned in 2 weeks of GPU programming lectures 😭. THANKS A BUNCH🙏🏽

akarshanmishra
Автор

In case you're confused, it's length N, and not LinkedIn. :P

kaivalyaborgaonkar
Автор

This was extremely helpful, thank you!

c-erastustoe
Автор

I got to say, not coming from C) that void** confuses the hell out of me.

MisterWillow
Автор

taking (int *a, int *b, int *c, int N) as parameters to function where a and b are input vectors and c as result, inside if condition c[i] = a[i]+b[i] ; did I miss anything .? would like to know how the solution.

suryakiransuravarapu
Автор

implementation of the kernel will be left as an exercise lmao. now out to buy an Nvidia gpu!

trichomaxxx
Автор

Can you please provide the code for these files

theunknown