提交 3f98e553 authored 作者: Frederic Bastien's avatar Frederic Bastien

Added more info in assertion to help debug an error in the buildbot

上级 6013ef12
......@@ -193,7 +193,8 @@ def test_softmax_with_bias():
if not catch:
raise
assert (e.args[0] ==
'Cuda error: kSoftmax_node_0: invalid configuration argument.\n')
'Cuda error: kSoftmax_node_0: invalid configuration argument.\n'
), e.args[0]
cmp(2, 5)
#we need to test n>32*1024 to check that we make the block loop.
cmp(2 << 15, 5)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论