Skip to content
Snippets Groups Projects
Commit 35ca8d51 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Added missing backend_cuda dependency for aidge_quantization

parent 3cdac15d
No related branches found
No related tags found
No related merge requests found
......@@ -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 "****************************************************************************************************************************"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment