Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/pytorch_test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
'test_block_diag_scipy', # failed to handle np.complex128 as input to tensor.
'test_remainder_fmod_large_dividend_xla', # precision, remainder with 1e9 gives incorrect answer
'test_logical_not_out_xla', # constant with type f16 and f64 is not supported
'test_scatter_add_non_unique_index_xla', # Ran out of memory in memory space vmem
},

# test_indexing.py
Expand Down