Navigation Menu

Skip to content

sourabhXIII/jupyda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyda

Ipython extension to execute CUDA C code in Jupyter notebook. Now you can easily use the power of Google colab GPUs with your CUDA C code.

See this example colab notebook.

Usage:

  1. Install the extension
    !pip install jupyda
  2. Load the extension
    %load_ext jupyda
  3. Check the params of the extension (optional)
    %%jupyda?
  4. Execute a cell with nvcc
    %%jupyda
  5. Adding a cell as a header file named add.h
    %%jupyda -n add.h -nc
  6. To use the header file in a subsequent cell and execute
    %%jupyda #include"add.h"

About

Ipython extension to execute CUDA C code in Google colab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages