From 8bfaaccad9594e215765cf927bc51c4bf8c0aad8 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Thu, 22 Oct 2020 11:45:42 -0700 Subject: [PATCH] Enable tensorflow/python/keras/distribute:keras_rnn_model_correctness_test on CUDA11 PiperOrigin-RevId: 338517188 Change-Id: I3be05a8b05b48dcf10e55eaa03f52aafb8ec51fb --- tensorflow/python/keras/distribute/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/tensorflow/python/keras/distribute/BUILD b/tensorflow/python/keras/distribute/BUILD index ef18faa1392..37dcf11807e 100644 --- a/tensorflow/python/keras/distribute/BUILD +++ b/tensorflow/python/keras/distribute/BUILD @@ -513,8 +513,6 @@ distribute_py_test( shard_count = 31, tags = [ "multi_and_single_gpu", - "no_cuda11", - "no_oss", "no_windows_gpu", "noasan", # TODO(b/337374867) fails with -fsanitize=null "notpu", # TODO(b/153672562)