Re-enable exhaustive_binary_16_bit_test_gpu.
Instead disable the specific test that is failing. PiperOrigin-RevId: 333688146 Change-Id: Ib8ffa77c66934f21e55c22f5e38b6e0d885bf9eb
This commit is contained in:
parent
69f5e74260
commit
eaf035e953
@ -858,8 +858,7 @@ xla_test(
|
||||
name = "exhaustive_binary_16_bit_test",
|
||||
srcs = ["exhaustive_binary_16_bit_test.cc"],
|
||||
backends = [
|
||||
# TODO (b/169384515) enable gpu after bug is fixed
|
||||
# "gpu",
|
||||
"gpu",
|
||||
"cpu",
|
||||
],
|
||||
shard_count = 48,
|
||||
|
@ -123,7 +123,7 @@ BINARY_TEST_16BIT(Min, {
|
||||
})
|
||||
|
||||
// TODO(bixia): Pow fails with bfloat16 on CPU.
|
||||
BINARY_TEST_16BIT(DISABLED_ON_CPU(Pow), {
|
||||
BINARY_TEST_16BIT(DISABLED_ON_GPU(DISABLED_ON_CPU(Pow)), {
|
||||
// See b/162664705.
|
||||
known_incorrect_fn_ = [](int64 val) {
|
||||
Eigen::bfloat16 f;
|
||||
|
Loading…
Reference in New Issue
Block a user