Skip to content

Commit 99372b6

Browse files
bixia1tensorflower-gardener
authored andcommitted
[TF:TRT] Disable quantization_mnist_test for CUDA 11.
This is to workaround b/166308253. PiperOrigin-RevId: 328740058 Change-Id: I5dcc4ee390e7f5971cb5861067b8785ade5dc40d
1 parent a9f448d commit 99372b6

File tree

1 file changed

+1
-0
lines changed
  • tensorflow/python/compiler/tensorrt

1 file changed

+1
-0
lines changed

tensorflow/python/compiler/tensorrt/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ cuda_py_test(
169169
],
170170
python_version = "PY3",
171171
tags = [
172+
"no_cuda11", # TODO(b/166308253): enable the test for CUDA 11.
172173
"no_cuda_on_cpu_tap",
173174
"no_oss", # TODO(b/125290478): allow running in at least some OSS configurations.
174175
"no_pip",

0 commit comments

Comments
 (0)