We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e95575 commit 4fdee51Copy full SHA for 4fdee51
test/pytorch_test_base.py
@@ -366,6 +366,8 @@
366
'test_diff_xla_float64', # expected instruction to have shape equal
367
'test_nullary_op_mem_overlap_xla', # core dumped
368
'test_index_reduce', # takes too long
369
+ 'test_take_xla_float64', # 'dtype' do not match: torch.float32 != torch.float64
370
+ 'test_take_xla_int16', # 'dtype' do not match: torch.int32 != torch.int16
371
},
372
373
# test_indexing.py
0 commit comments