Skip to content

I learn and document my findings related to CUDA programming to this repository.

Notifications You must be signed in to change notification settings

TechieHustle/nvidia-cuda-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

nvidia-cuda-learning

I learn and document my findings related to CUDA programming to this repository.

Parallelizing in CUDA:

  • Threads are organized in groups called "thread blocks" and thread blocks are organized into grids.
  • A grid with M thread blocks and T threads in each thread block is specified using <<< M , T >>>.

About

I learn and document my findings related to CUDA programming to this repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published