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
|
##### Usage
|
||||||
|
|
||||||
- Load Extension
|
- Install and load extension
|
||||||
> `%load_ext nvcc_plugin`
|
```
|
||||||
|
!pip install git+https://github.com/andreinechaev/nvcc4jupyter.git
|
||||||
|
%load_ext nvcc_plugin
|
||||||
|
```
|
||||||
|
|
||||||
- Mark a cell to be treated as cuda cell
|
- Mark a cell to be treated as cuda cell
|
||||||
> `%%cuda --name example.cu --compile false`
|
> `%%cuda --name example.cu --compile false`
|
||||||
|
|||||||
Reference in New Issue
Block a user