Jupyter notebook plugin to run CUDA C/C++ code
Project description
NVCC Plugin for Jupyter notebook
V2 is available
V2 brings support of multiple source and header files.
Usage
- Install and load extension
!pip install git+https://github.com/andreinechaev/nvcc4jupyter.git
%load_ext nvcc_plugin
- Mark a cell to be treated as cuda cell
%%cuda --name example.cu --compile falseNOTE: The cell must contain either code or comments to be run successfully. It accepts 2 arguments.
-n|--name- which is the name of either CUDA source or Header The name parameter must have extension.cuor.hSecond argument-c|--compile; default value isfalse. The argument is a flag to specify if the cell will be compiled and run right away or not. It might be usefull if you're playing in themainfunction
- To compile and run all CUDA files you need to run
%%cuda_run
# This line just to bypass an exeption and can contain any text
- To profile your CUDA kernels using NVIDIA Nsight Compute CLI profiler you need to run
%%cu --profile
- You can add options to the profiler. Keep in mind that any argument after "--profiler-args" will be considered as a profiler argument. For example, to select which sections to collect metrics for you need to run
%%cu --profile --profiler-args --section SpeedOfLight --section MemoryWorkloadAnalysis --section Occupancy
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nvcc4jupyter-1.0.0.tar.gz.
File metadata
- Download URL: nvcc4jupyter-1.0.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70566a0756db6eda102af7b1486e58e51e3ec140b643110f98ae4c037d77c3f0
|
|
| MD5 |
3e900cee53eeaa3d58dd9ced7fb97064
|
|
| BLAKE2b-256 |
7e47212e0d226a3782c741631eb45468058d01d182d2fd70123a3dffb197ec21
|
File details
Details for the file nvcc4jupyter-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nvcc4jupyter-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
477d0327f9d0b084d89af842fc02761f6b0df37bd93c0bd98b53ff588a13bfe1
|
|
| MD5 |
07a8f38076d4b72d9e5a692ed0948ee7
|
|
| BLAKE2b-256 |
85df997f354a28549cfba09a0b901fbc12c6f4f488716ef2e51e7ef5164fb8c1
|