Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 258 Bytes

Cuda-Example

  1. Parallel sum reduction

  2. parallel addition of a scalar across an array

  3. GPU hardware query.

No header file needed.

Just compile with minimum archetecture specification of 30. Example:

   nvcc example.cu - o example -arch=sm_30