Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 140 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 140 Bytes

C-Types-Cuda

In order to convert cuda file to shared object run the following:

nvcc -Xcompiler -fPIC -shared -o cuda_sum.so cuda_sum.cu