Skip to content

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

License

Notifications You must be signed in to change notification settings

glzbcrt/cuda-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Topics

Resources

License

Stars

Watchers

Forks