提交 58a59fc4 authored 作者: slefrancois's avatar slefrancois

remove float32 for gpuarray

上级 d34069df
#!/bin/bash #!/bin/bash
# Script for Jenkins continuous integration testing of theano base and old backend # Script for Jenkins continuous integration testing of theano base
echo "===== Testing theano core" echo "===== Testing theano core"
......
...@@ -49,5 +49,5 @@ export PYTHONPATH=${PYTHONPATH}:$LIBDIR/lib/python ...@@ -49,5 +49,5 @@ export PYTHONPATH=${PYTHONPATH}:$LIBDIR/lib/python
# Testing theano (the gpuarray parts) # Testing theano (the gpuarray parts)
THEANO_GPUARRAY_TESTS="theano/gpuarray/tests theano/sandbox/tests/test_rng_mrg.py:test_consistency_GPUA_serial theano/sandbox/tests/test_rng_mrg.py:test_consistency_GPUA_parallel theano/scan_module/tests/test_scan.py:T_Scan_Gpuarray" THEANO_GPUARRAY_TESTS="theano/gpuarray/tests theano/sandbox/tests/test_rng_mrg.py:test_consistency_GPUA_serial theano/sandbox/tests/test_rng_mrg.py:test_consistency_GPUA_parallel theano/scan_module/tests/test_scan.py:T_Scan_Gpuarray"
FLAGS="init_gpu_device=$DEVICE,gpuarray.preallocate=1000,mode=FAST_RUN,floatX=float32" FLAGS="init_gpu_device=$DEVICE,gpuarray.preallocate=1000,mode=FAST_RUN"
THEANO_FLAGS=${FLAGS} time nosetests -v ${THEANO_GPUARRAY_TESTS} THEANO_FLAGS=${FLAGS} time nosetests -v ${THEANO_GPUARRAY_TESTS}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论