提交 a3e13cea authored 作者: Frederic Bastien's avatar Frederic Bastien

Make test pass in Python 3

上级 82284b21
......@@ -2747,7 +2747,7 @@ def test_conv_guess_once_with_dtypes():
f_true_half_config()
except RuntimeError as e:
# float16 precision is not supported on all GPU cards.
assert 'CUDNN_STATUS_ARCH_MISMATCH' in e.message
assert 'CUDNN_STATUS_ARCH_MISMATCH' in str(e)
f_pseudo_half_config()
f_float_config()
f_double_config()
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论