Enable tensorflow/core/kernels:conv_ops_test_gpu

It passes with cuDNN 8.0.4

PiperOrigin-RevId: 336933498
Change-Id: Ica32aeae34507f6bb7362fe660b81ba3f835578b
This commit is contained in:
Sanjoy Das 2020-10-13 12:40:23 -07:00 committed by TensorFlower Gardener
parent 902cccc799
commit 9a04369ca8

View File

@ -1652,10 +1652,6 @@ tf_cuda_cc_test(
name = "conv_ops_test",
size = "medium",
srcs = ["conv_ops_test.cc"],
tags = [
"no_cuda11", # b/159664089
"no_oss",
],
deps = [
":conv_ops",
":ops_testutil",