change asgd to ASGD in configure

This commit is contained in:
Qiwei Ye 2016-10-25 17:35:01 +08:00
Родитель 9587fa0261
Коммит 0a9f9f2bc8
1 изменённых файлов: 2 добавлений и 2 удалений

4
configure поставляемый
Просмотреть файл

@ -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))"