Skip to content
Snippets Groups Projects
Cyril Moineau's avatar
Cyril Moineau authored
Add Sub impl

See merge request !27
f08d08ed
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.