Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
02f240f4
提交
02f240f4
authored
4月 18, 2017
作者:
Simon Lefrancois
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
move buildbot cache outside workspace
上级
388805f9
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
6 行增加
和
6 行删除
+6
-6
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
+1
-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/jenkins_buildbot_nogpp.sh
浏览文件 @
02f240f4
...
@@ -18,7 +18,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
...
@@ -18,7 +18,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
echo
echo
echo
echo
BASE_COMPILEDIR
=
$
WORKSPACE
/compile/theano_compile_dir
_theano_nogpp
BASE_COMPILEDIR
=
$
HOME
/.theano/buildbot
_theano_nogpp
ROOT_CWD
=
$WORKSPACE
/nightly_build
ROOT_CWD
=
$WORKSPACE
/nightly_build
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
...
...
.jenkins/jenkins_buildbot_python2.sh
浏览文件 @
02f240f4
...
@@ -21,7 +21,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
...
@@ -21,7 +21,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
echo
echo
echo
echo
BASE_COMPILEDIR
=
$
WORKSPACE
/compile/theano_compile_dir
_theano_python2
BASE_COMPILEDIR
=
$
HOME
/.theano/buildbot
_theano_python2
ROOT_CWD
=
$WORKSPACE
/nightly_build
ROOT_CWD
=
$WORKSPACE
/nightly_build
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
...
...
.jenkins/jenkins_buildbot_python2_32bit.sh
浏览文件 @
02f240f4
...
@@ -13,4 +13,4 @@ echo
...
@@ -13,4 +13,4 @@ echo
FILE
=
${
BUILDBOT_DIR
}
/theano_python32bit_tests.xml
FILE
=
${
BUILDBOT_DIR
}
/theano_python32bit_tests.xml
set
-x
set
-x
PYTHONPATH
=
$HOME
/anaconda2_32bit/lib/python2.7/site-packages
THEANO_FLAGS
=
device
=
cpu,force_device
=
true
,lib.amdlibm
=
False,compiledir
=
$
WORKSPACE
/compile/theano_compile_dir
_theano_python2_32bit
$HOME
/anaconda2_32bit/bin/python bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
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
}
.jenkins/jenkins_buildbot_python2_debug.sh
浏览文件 @
02f240f4
...
@@ -18,7 +18,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
...
@@ -18,7 +18,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
echo
echo
echo
echo
BASE_COMPILEDIR
=
$
WORKSPACE
/compile/theano_compile_dir
_theano_python2
BASE_COMPILEDIR
=
$
HOME
/.theano/buildbot
_theano_python2
ROOT_CWD
=
$WORKSPACE
/nightly_build
ROOT_CWD
=
$WORKSPACE
/nightly_build
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
...
...
.jenkins/jenkins_buildbot_python3.sh
浏览文件 @
02f240f4
...
@@ -19,4 +19,4 @@ echo
...
@@ -19,4 +19,4 @@ echo
FILE
=
${
BUILDBOT_DIR
}
/theano_python3_tests.xml
FILE
=
${
BUILDBOT_DIR
}
/theano_python3_tests.xml
set
-x
set
-x
PYTHONPATH
=
THEANO_FLAGS
=
$THEANO_FLAGS
,compiledir
=
$
WORKSPACE
/compile/theano_compile_dir
_theano_python3,mode
=
FAST_COMPILE,warn.ignore_bug_before
=
0.5,on_opt_error
=
raise,on_shape_error
=
raise python3 bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
PYTHONPATH
=
THEANO_FLAGS
=
$THEANO_FLAGS
,compiledir
=
$
HOME
/.theano/buildbot
_theano_python3,mode
=
FAST_COMPILE,warn.ignore_bug_before
=
0.5,on_opt_error
=
raise,on_shape_error
=
raise python3 bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
.jenkins/jenkins_buildbot_release_extra.sh
浏览文件 @
02f240f4
...
@@ -21,7 +21,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
...
@@ -21,7 +21,7 @@ echo "Directory of stdout/stderr ${BUILDBOT_DIR}"
echo
echo
echo
echo
BASE_COMPILEDIR
=
$
WORKSPACE
/compile/theano_compile_dir
_theano_release
BASE_COMPILEDIR
=
$
HOME
/.theano/buildbot
_theano_release
ROOT_CWD
=
$WORKSPACE
/nightly_build
ROOT_CWD
=
$WORKSPACE
/nightly_build
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
FLAGS
=
base_compiledir
=
$BASE_COMPILEDIR
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
COMPILEDIR
=
`
THEANO_FLAGS
=
$FLAGS
python
-c
"from __future__ import print_function; import theano; print(theano.config.compiledir)"
`
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论