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:
- CUDA development.
- NVIDIA Tools Extension (NVTX).
- Python and C interoperability.