From 35ca8d51ee0dd404fd5093da008bab753343baea Mon Sep 17 00:00:00 2001 From: Olivier BICHLER <olivier.bichler@cea.fr> Date: Tue, 26 Nov 2024 08:42:19 +0000 Subject: [PATCH] Added missing backend_cuda dependency for aidge_quantization --- .gitlab/ci/download/list_dependencies.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/download/list_dependencies.gitlab-ci.yml b/.gitlab/ci/download/list_dependencies.gitlab-ci.yml index 2c4e970..218d07b 100644 --- a/.gitlab/ci/download/list_dependencies.gitlab-ci.yml +++ b/.gitlab/ci/download/list_dependencies.gitlab-ci.yml @@ -41,7 +41,7 @@ DEPS_NAMES=("aidge_core" "aidge_backend_cpu") ;; "aidge_quantization" ) - DEPS_NAMES=("aidge_core" "aidge_backend_cpu") + DEPS_NAMES=("aidge_core" "aidge_backend_cpu" "aidge_backend_cuda") ;; * ) echo "****************************************************************************************************************************" @@ -101,7 +101,7 @@ $DEPS_NAMES = "aidge_core","aidge_backend_cpu" } "aidge_quantization" { - $DEPS_NAMES = "aidge_core","aidge_backend_cpu" + $DEPS_NAMES = "aidge_core","aidge_backend_cpu","aidge_backend_cuda" } default { Write-Host "****************************************************************************************************************************" -- GitLab