[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

2_add_two_numbers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.