Skip to content

Commit

Permalink
Disable test_EmbeddingBag_per_sample_weights_and_new_offsets (#6456)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored Feb 2, 2024
1 parent d1a454f commit 21653dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pytorch_test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'test_sum_xla_bfloat16': 0.1,
'test_put_xla_bfloat16': 0.05,
'test_take_xla_bfloat16': 0.05,
'test_EmbeddingBag_per_sample_weights_and_new_offsets_xla': 0.01,
}

DISABLED_TORCH_TESTS_ANY = {
Expand Down Expand Up @@ -316,6 +315,7 @@
'test_embedding_bag_device', # FIXME! Unsupported device type for sparse layout: xla
'test_embedding_scalar_weight_error_xla', # tsl::CurrentStackTrace[abi:cxx11]
'test_EmbeddingBag_per_sample_weights_and_no_offsets', # FIXME! Unsupported device type for sparse layout: xla
'test_EmbeddingBag_per_sample_weights_and_new_offsets', # precision
},

# test/nn/test_convolution.py
Expand Down

0 comments on commit 21653dc

Please sign in to comment.