Add installation instructions

This commit is contained in:
Mark Saroufim
2023-12-25 10:36:51 +02:00
committed by Andrei Nechaev
parent 887c809d07
commit 0d2ab99ccc
+5 -2
View File
@@ -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`