Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 428 Bytes

Readme.md

File metadata and controls

15 lines (9 loc) · 428 Bytes

CUDA examples

this are some very simplistic examples for the CUDA programming framework by NVIDIA. They were used for a talk part of the seminar Parallelisation of Physics Calculations on GPUs with CUDA at TUM

compile

no makefile, just compile one of the files using nvcc

nvcc hello_world.cu

author

Felix Lachenmaier, felix dot lachenmaier at tum dot de