Skip to content

master-hpc/mp-add-vectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"Add Vectors"

Adding two integer vectors with CUDA.

Points to focus on

  • from CPU to GPU code ("vector addition")
  • memory management (manual)
  • launching kernel (tweaking params)
  • kernel configuration
  • no error checking

Compilation

# run from repo dir
nvcc -o out/add-vectors add-vectors.cu

TODOs

  • Translate README.md to french

About

Adding two vectors on the GPU with CUDA (A naive implemenation)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages