Skip to content
Snippets Groups Projects
Olivier BICHLER's avatar
Olivier BICHLER authored
Make forwardDims() optional and handle data dependency

See merge request !16
517de61b
History

Pipeline status C++ coverage Python coverage

Aidge CUDA library

You can find in this folder the library that implements the CUDA operators.

Pip installation

You will need to install first the aidge_core library before installing aidge_backend_cuda. Also, make sure that the install path was set before installing aidge_core library. Then run in your python environnement :

pip install . -v

Standard C++ Compilation

You will need to compile first the Core library before compiling the CUDA one. The makefile is designed to do it for you.