/cuda-python

Simple Python script that using the ctypes library will call a function inside a CUDA DLL file.

Primary LanguageCudaMIT LicenseMIT

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: