mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
Add installation instructions
This commit is contained in:
committed by
Andrei Nechaev
parent
887c809d07
commit
0d2ab99ccc
@@ -6,8 +6,11 @@ V2 brings support of multiple source and header files.
|
||||
|
||||
##### Usage
|
||||
|
||||
- Load Extension
|
||||
> `%load_ext nvcc_plugin`
|
||||
- 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 false`
|
||||
|
||||
Reference in New Issue
Block a user