change asgd to ASGD in configure
This commit is contained in:
Родитель
9587fa0261
Коммит
0a9f9f2bc8
|
@ -313,8 +313,8 @@ function show_help ()
|
|||
echo " -h|--help this help"
|
||||
echo " --with-build-top=directory build directory $(show_default $build_top)"
|
||||
echo " --add directory add directory to library search path"
|
||||
echo " --1bitsgd[=(yes|no)] use 1Bit SGD $(show_default $(default_use_1bitsgd))"
|
||||
echo " --asgd[=(yes|no)] use asgd powered by Multiverso $(show_default $(default_use_asgd))"
|
||||
echo " --1bitsgd[=(yes|no)] use 1Bit SGD $(show_default ${default_use_1bitsgd})"
|
||||
echo " --asgd[=(yes|no)] use ASGD powered by Multiverso $(show_default $(default_use_asgd))"
|
||||
echo " --cuda[=(yes|no)] use cuda GPU $(show_default $(default_use_cuda))"
|
||||
echo " --python[=(yes|no)] with Python bindings $(show_default $(default_use_python))"
|
||||
echo " --with-cuda[=directory] $(show_default $(find_cuda))"
|
||||
|
|
Загрузка…
Ссылка в новой задаче