Adding two integer vectors with CUDA.
- from CPU to GPU code ("vector addition")
- memory management (manual)
- launching kernel (tweaking params)
- kernel configuration
- no error checking
# run from repo dir
nvcc -o out/add-vectors add-vectors.cu
- Translate README.md to french