提交 a28ce485 authored 作者: Frederic's avatar Frederic

Fix test due to new optimization.

上级 9d8e0593
...@@ -1268,7 +1268,8 @@ SecondSameRankTester = makeTester( ...@@ -1268,7 +1268,8 @@ SecondSameRankTester = makeTester(
multi_dtype_checks((4, 5), (5, 4)), multi_dtype_checks((4, 5), (5, 4)),
multi_dtype_checks((1, 5), (5, 4)), multi_dtype_checks((1, 5), (5, 4)),
)), )),
mode=get_default_mode().excluding('local_fill_to_alloc') mode=get_default_mode().excluding('local_fill_to_alloc',
'local_useless_fill')
) )
### Alloc ### Alloc
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论