Intro to CUDA (part 2): Programming Model

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

These are the best CUDA tutorials on the whole youtube. It's simply perfect. You got the "rhythm" and the flow spot on perfect. It's godly!

TomasSabD
Автор

5 years later & this is the best training I've found so far. Thank you Josh!

syedikramshah
Автор

An insanely underrated series!!!
THANK YOU SO

RahulMaurya-vrfq
Автор

By far the Best Explanation... Thank you sir

AnantaAkash.Podder
Автор

and that's what I call a great tutorial. Thankyou sir. I wish you make more tutorials.

ramezanifard
Автор

Fantastic tutorials on CUDA. You deserve more followers.

Sumanth
Автор

this is extremely helpful. you did an amazing job explaining the foundations

potreschmotre
Автор

Thanks a lot. I can't thank u enough for your work . Helped me a lot :)

kadiyamsrikar
Автор

Wow It is really awesome! It is much better than a tutorial from university! Thanks!

Chunopakara
Автор

a long time ago you had a playlist on a nutrition application but now it is private, would it be possible to have access to your playlist or the source code please?

thanks

Khira.
Автор

Thank you for these tutorials, very helpful. Minor bug - you free the host memory at *h_c but you never malloc it in the first place.

timmilstead
Автор

why are you using a double pointer at 6:27? why not just d_c? why &d_c?

anonymoussloth
Автор

what is the difference between cudamalloc-managed and cudamalloc. why didn't u use cudamallocmanaged!

govindnarasimman
Автор

6:52 // says to cpy Host to device, fcn says to cpy Host to device.
btw great playlist!

thatsmyname
Автор

hi newbie here why is cudaSynchronize not specified here

govindnarasimman