nvcc4jupyter
nvcc4jupyter copied to clipboard
Is it possible to include multiple files and then compile and link them ?
Is it possible to include multiple files and then compile and link them ?
Or do we have to put all the code after %%cu in the cell of the notebook ?
hello @AvanteElectro
yes, you can compile multiple files with v2 of the extension. Please review the readme.
For each file you'll need something like
%%cuda --name example.cu --compile false
The new version of the package does this using the concept of groups. Read more about them here.