提交 a47b7df0 authored 作者: Frederic's avatar Frederic

Add new tests config case for release

上级 96a2c0b6
...@@ -53,6 +53,21 @@ if [ "$RELEASE" ]; then ...@@ -53,6 +53,21 @@ if [ "$RELEASE" ]; then
echo "Number of elements in the compiledir:" echo "Number of elements in the compiledir:"
ls ${COMPILEDIR}|wc -l ls ${COMPILEDIR}|wc -l
echo echo
echo "Executing tests with linker=vm,floatX=float32"
echo "THEANO_FLAGS=${FLAGS},linker=vm,floatX=float32 ${NOSETESTS} ${ARGS}"
THEANO_FLAGS=${FLAGS},linker=vm,floatX=float32 ${NOSETESTS} ${ARGS}
echo "Number of elements in the compiledir:"
ls ${COMPILEDIR}|wc -l
echo
echo "Executing tests with cxx="
echo "THEANO_FLAGS=${FLAGS},cxx= ${NOSETESTS} ${ARGS}"
THEANO_FLAGS=${FLAGS},cxx= ${NOSETESTS} ${ARGS}
echo "Number of elements in the compiledir:"
ls ${COMPILEDIR}|wc -l
echo
fi fi
echo "Executing tests with mode=FAST_RUN" echo "Executing tests with mode=FAST_RUN"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论