Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
dafbe512
提交
dafbe512
authored
7月 26, 2017
作者:
Simon Lefrancois
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
mac dnn_basepath
上级
5c9bd34d
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
3 行删除
+9
-3
jenkins_buildbot_mac.sh
.jenkins/jenkins_buildbot_mac.sh
+5
-2
jenkins_pr_mac.sh
.jenkins/jenkins_pr_mac.sh
+4
-1
没有找到文件。
.jenkins/jenkins_buildbot_mac.sh
浏览文件 @
dafbe512
...
...
@@ -17,6 +17,9 @@ export PATH=/usr/local/cuda/bin:${PATH}
export
DYLD_LIBRARY_PATH
=
/usr/local/cuda/lib:
${
DYLD_LIBRARY_PATH
}
export
CPLUS_INCLUDE_PATH
=
/usr/local/cuda/include:
${
HOME
}
/cuda/include:
${
CPLUS_INCLUDE_PATH
}
# CUDNN
export
CUDNNPATH
=
${
HOME
}
/cuda
# Build libgpuarray
GPUARRAY_CONFIG
=
"Release"
DEVICE
=
cuda
...
...
@@ -61,4 +64,4 @@ set -x
# Fast run and float32
FILE
=
${
BUILDBOT_DIR
}
/theano_python_fastrun_f32_tests.xml
NAME
=
mac_fastrun_f32
THEANO_FLAGS
=
$THEANO_FLAGS
,base_compiledir
=
$BASECOMPILEDIR
,mode
=
FAST_RUN,warn.ignore_bug_before
=
all,on_opt_error
=
raise,on_shape_error
=
raise,floatX
=
float32,dnn.library_path
=
${
HOME
}
/cuda/lib,gcc.cxxflags
=
"-L
${
LIBDIR
}
/lib"
python bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
\ No newline at end of file
THEANO_FLAGS
=
$THEANO_FLAGS
,base_compiledir
=
$BASECOMPILEDIR
,mode
=
FAST_RUN,warn.ignore_bug_before
=
all,on_opt_error
=
raise,on_shape_error
=
raise,floatX
=
float32,dnn.base_path
=
${
CUDNNPATH
}
,gcc.cxxflags
=
"-L
${
LIBDIR
}
/lib"
python bin/theano-nose
${
THEANO_PARAM
}
${
XUNIT
}${
FILE
}
${
SUITE
}${
NAME
}
\ No newline at end of file
.jenkins/jenkins_pr_mac.sh
浏览文件 @
dafbe512
...
...
@@ -18,6 +18,9 @@ export PATH=/usr/local/cuda/bin:${PATH}
export
DYLD_LIBRARY_PATH
=
/usr/local/cuda/lib:
${
DYLD_LIBRARY_PATH
}
export
CPLUS_INCLUDE_PATH
=
/usr/local/cuda/include:
${
HOME
}
/cuda/include:
${
CPLUS_INCLUDE_PATH
}
# CUDNN
export
CUDNNPATH
=
${
HOME
}
/cuda
# Build libgpuarray
GPUARRAY_CONFIG
=
"Release"
DEVICE
=
cuda
...
...
@@ -53,5 +56,5 @@ python -c 'import pygpu; print(pygpu.__file__)'
# Testing theano
THEANO_PARAM
=
"theano --with-timer --timer-top-n 10 --with-xunit --xunit-file=theano_mac_pr_tests.xml"
FLAGS
=
init_gpu_device
=
$DEVICE
,gpuarray.preallocate
=
1000,mode
=
FAST_RUN,on_opt_error
=
raise,on_shape_error
=
raise,cmodule.age_thresh_use
=
604800,base_compiledir
=
$BASECOMPILEDIR
,dnn.
library_path
=
$HOME
/cuda/lib
,gcc.cxxflags
=
"-L
${
LIBDIR
}
/lib"
FLAGS
=
init_gpu_device
=
$DEVICE
,gpuarray.preallocate
=
1000,mode
=
FAST_RUN,on_opt_error
=
raise,on_shape_error
=
raise,cmodule.age_thresh_use
=
604800,base_compiledir
=
$BASECOMPILEDIR
,dnn.
base_path
=
${
CUDNNPATH
}
,gcc.cxxflags
=
"-L
${
LIBDIR
}
/lib"
THEANO_FLAGS
=
${
FLAGS
}
python bin/theano-nose
${
THEANO_PARAM
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论