Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
014190fd
提交
014190fd
authored
4月 27, 2017
作者:
Reyhane Askari
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
jenkins changed to test cycle_detection
上级
c17f0253
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
9 行增加
和
8 行删除
+9
-8
jenkins_buildbot_nogpp.sh
.jenkins/jenkins_buildbot_nogpp.sh
+1
-1
jenkins_buildbot_python2.sh
.jenkins/jenkins_buildbot_python2.sh
+1
-1
jenkins_buildbot_python2_32bit.sh
.jenkins/jenkins_buildbot_python2_32bit.sh
+2
-1
jenkins_buildbot_python2_debug.sh
.jenkins/jenkins_buildbot_python2_debug.sh
+1
-1
jenkins_buildbot_python3.sh
.jenkins/jenkins_buildbot_python3.sh
+1
-1
jenkins_buildbot_release_extra.sh
.jenkins/jenkins_buildbot_release_extra.sh
+1
-1
jenkins_test1.sh
.jenkins/jenkins_test1.sh
+1
-1
jenkins_test2.sh
.jenkins/jenkins_test2.sh
+1
-1
没有找到文件。
.jenkins/jenkins_buildbot_nogpp.sh
浏览文件 @
014190fd
...
...
@@ -20,7 +20,7 @@ echo
BASE_COMPILEDIR
=
$HOME
/.theano/buildbot_theano_nogpp
ROOT_CWD
=
$WORKSPACE
/nightly_build
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
,cycle_detection
=
'fast'
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
NOSETESTS
=
bin/theano-nose
export
PYTHONPATH
=
${
WORKSPACE
}
:
$PYTHONPATH
...
...
.jenkins/jenkins_buildbot_python2.sh
浏览文件 @
014190fd
...
...
@@ -57,7 +57,7 @@ echo
BASE_COMPILEDIR
=
$HOME
/.theano/buildbot_theano_python2
ROOT_CWD
=
$WORKSPACE
/nightly_build
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
,cycle_detection
=
'fast'
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
NOSETESTS
=
bin/theano-nose
export
PYTHONPATH
=
${
WORKSPACE
}
:
$PYTHONPATH
...
...
.jenkins/jenkins_buildbot_python2_32bit.sh
浏览文件 @
014190fd
...
...
@@ -13,4 +13,5 @@ echo
FILE
=
${
BUILDBOT_DIR
}
/theano_python32bit_tests.xml
set
-x
PYTHONPATH
=
$HOME
/anaconda2_32bit/lib/python2.7/site-packages
THEANO_FLAGS
=
device
=
cpu,force_device
=
true
,lib.amdlibm
=
False,compiledir
=
$HOME
/.theano/buildbot_theano_python2_32bit
$HOME
/anaconda2_32bit/bin/python bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
<<<<<<
< HEAD
PYTHONPATH
=
$HOME
/anaconda2_32bit/lib/python2.7/site-packages
THEANO_FLAGS
=
device
=
cpu,cycle_detection
=
'fast'
,force_device
=
true
,lib.amdlibm
=
False,compiledir
=
$HOME
/.theano/buildbot_theano_python2_32bit
$HOME
/anaconda2_32bit/bin/python bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
.jenkins/jenkins_buildbot_python2_debug.sh
浏览文件 @
014190fd
...
...
@@ -54,7 +54,7 @@ echo
BASE_COMPILEDIR
=
$HOME
/.theano/buildbot_theano_python2_debug
ROOT_CWD
=
$WORKSPACE
/nightly_build
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
,cycle_detection
=
'fast'
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
NOSETESTS
=
bin/theano-nose
export
PYTHONPATH
=
${
WORKSPACE
}
:
$PYTHONPATH
...
...
.jenkins/jenkins_buildbot_python3.sh
浏览文件 @
014190fd
...
...
@@ -4,7 +4,7 @@ BUILDBOT_DIR=$WORKSPACE/nightly_build
THEANO_PARAM
=
"theano --with-timer --timer-top-n 10"
# Set test reports using nosetests xunit
XUNIT
=
"--with-xunit --xunit-file="
export
THEANO_FLAGS
=
init_gpu_device
=
cuda
export
THEANO_FLAGS
=
init_gpu_device
=
cuda
,cycle_detection
=
'fast'
# CUDA
export
PATH
=
/usr/local/cuda/bin:
$PATH
...
...
.jenkins/jenkins_buildbot_release_extra.sh
浏览文件 @
014190fd
...
...
@@ -23,7 +23,7 @@ echo
BASE_COMPILEDIR
=
$HOME
/.theano/buildbot_theano_release
ROOT_CWD
=
$WORKSPACE
/nightly_build
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
,cycle_detection
=
'fast'
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
NOSETESTS
=
bin/theano-nose
export
PYTHONPATH
=
${
WORKSPACE
}
:
$PYTHONPATH
...
...
.jenkins/jenkins_test1.sh
浏览文件 @
014190fd
...
...
@@ -13,5 +13,5 @@ echo "===== Testing theano core"
# Test theano core
PARTS
=
"theano -e gpuarray"
THEANO_PARAM
=
"
${
PARTS
}
--with-timer --timer-top-n 10 --with-xunit --xunit-file=theanocore_tests.xml"
FLAGS
=
"mode=FAST_RUN,floatX=float32,on_opt_error=raise,on_shape_error=raise,cmodule.age_thresh_use=604800"
FLAGS
=
"mode=FAST_RUN,
cycle_detection='fast',
floatX=float32,on_opt_error=raise,on_shape_error=raise,cmodule.age_thresh_use=604800"
THEANO_FLAGS
=
${
FLAGS
}
bin/theano-nose
${
THEANO_PARAM
}
.jenkins/jenkins_test2.sh
浏览文件 @
014190fd
...
...
@@ -53,5 +53,5 @@ python -c 'import pygpu; print(pygpu.__file__)'
THEANO_GPUARRAY_TESTS
=
"theano/gpuarray/tests
\
theano/scan_module/tests/test_scan.py:T_Scan_Gpuarray
\
theano/scan_module/tests/test_scan_checkpoints.py:TestScanCheckpoint.test_memory"
FLAGS
=
"init_gpu_device=
$DEVICE
,gpuarray.preallocate=1000,mode=FAST_RUN,on_opt_error=raise,on_shape_error=raise,cmodule.age_thresh_use=604800"
FLAGS
=
"init_gpu_device=
$DEVICE
,
cycle_detection='fast',
gpuarray.preallocate=1000,mode=FAST_RUN,on_opt_error=raise,on_shape_error=raise,cmodule.age_thresh_use=604800"
THEANO_FLAGS
=
${
FLAGS
}
time
nosetests
--with-xunit
--xunit-file
=
theanogpuarray_tests.xml
${
THEANO_GPUARRAY_TESTS
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论