Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 334 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 334 Bytes

cudaMalloc()

Adding two numbers

Passing two numbers as parameters to kernel, allocating memory on Device and Adding them.

  • cudaMalloc() is used to allocate memory on device.
  • Will launch single thread.