Skip to content

Commit

Permalink
The following commit adds a new unit-test which is failing on the ROC…
Browse files Browse the repository at this point in the history
…m platform

50f8897

```
//tensorflow/python/keras/distribute:dataset_creator_model_fit_test_gpu  FAILED in 3 out of 3 in 112.5s
```

This commit adds a `no_rocm` tag to temporarily disable that unit-test on ROCm.
  • Loading branch information
deven-amd committed Mar 22, 2021
1 parent 65788c7 commit 11e2175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/python/keras/distribute/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ distribute_py_test(
shard_count = 50,
tags = [
"multi_gpu",
"no_rocm",
"no_tfrt", # TODO(b/180537361): Reenable TFRT after the issue is resolved.
],
deps = [
Expand Down

0 comments on commit 11e2175

Please sign in to comment.