Skip to content
Snippets Groups Projects

Fix: cuda linking and Release jobs dependencies pulling

Merged Houssem ROUIS requested to merge fix_cuda_link into main

Context

  1. Fix linking cuda dependecies to aidge_learning unit tests (issue aidge#213 (closed)).

  2. Fix : Release jobs were not testing packages with dependencies pulled from pypi. This led to :

    1. not testing if packages were compatible with online packages.
    2. 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

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading