Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 559 Bytes

File metadata and controls

9 lines (6 loc) · 559 Bytes

cuda-python

cuda-python is a simple Python script (main.py) that using the ctypes library will call a function inside a CUDA DLL file. This CUDA file has a very simple kernel to add two vectors using a CUDA enabled GPU.

This is a sample application I created to learn more about: