Fix: cuda linking and Release jobs dependencies pulling
Context
-
Fix linking cuda dependecies to aidge_learning unit tests (issue aidge#213).
-
Fix : Release jobs were not testing packages with dependencies pulled from pypi. This led to :
- not testing if packages were compatible with online packages.
- Having to re compile everything from scratch twice, which led to reeeally long jobs
Modified files
-
CMakeLists.txt
, remove finding backend_cuda; -
unit_tests/CMakeLists.txt
, link missing cudart and cublas; -
pyproject.toml
, test packages with dependecies pulled from pypi
Edited by Houssem ROUIS