提交 7b4642c5 authored 作者: Frederic Bastien's avatar Frederic Bastien

a previous commit fixed an error message. Now fix a test that check for this exact message error.

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