Skip to content

Commit 6ef907b

Browse files
authored
Merge pull request lisa-lab#187 from slefrancois/buildbot_gpuarray
buildbot includes theano.gpuarray
2 parents e302237 + e7b2dc8 commit 6ef907b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.DS_Store

-6 KB
Binary file not shown.

.jenkins/jenkins_buildbot_dlt.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,17 @@ echo "git version for Theano:" `git rev-parse HEAD`
6666
cd ${WORKSPACE}/code
6767
echo "git version:" `git rev-parse HEAD`
6868

69-
echo "executing nosetests speed with mode=FAST_RUN"
69+
echo "==== Executing nosetests speed with mode=FAST_RUN"
7070
NAME=dlt_speed
7171
FILE=${BUILDBOT_DIR}/${NAME}_tests.xml
7272
THEANO_FLAGS=${FLAGS},mode=FAST_RUN ${NOSETESTS} ${XUNIT}${FILE} ${SUITE}${NAME} test.py:speed
73-
echo "executing nosetests with mode=FAST_RUN,floatX=float32"
73+
74+
echo "==== Executing nosetests with mode=FAST_RUN,floatX=float32"
7475
NAME=dlt_float32
7576
FILE=${BUILDBOT_DIR}/${NAME}_tests.xml
7677
THEANO_FLAGS=${FLAGS},mode=FAST_RUN,floatX=float32 ${NOSETESTS} ${XUNIT}${FILE} ${SUITE}${NAME}
78+
79+
echo "==== Executing nosetests with mode=FAST_RUN,floatX=float32,device=cuda"
80+
NAME=dlt_float32_cuda
81+
FILE=${BUILDBOT_DIR}/${NAME}_tests.xml
82+
PYTHONPATH=${BUILDBOT_DIR}/Theano:${BUILDBOT_DIR}/DeepLearningTutorials/code:${PYTHONPATH} THEANO_FLAGS=${FLAGS},mode=FAST_RUN,floatX=float32,device=cuda nosetests-2.7 test.py ${XUNIT}${FILE} ${SUITE}${NAME}

0 commit comments

Comments
 (0)