From 07b3278a6734e5400b598018e14691aa5b89fa2d Mon Sep 17 00:00:00 2001 From: Chao Chen Date: Fri, 17 May 2024 17:51:07 +0000 Subject: [PATCH] disable cudnn_fused_conv_rewriter_test but this can be enable next weekly-sync due to https://github.com/openxla/xla/pull/9666 --- third_party/xla/xla/service/gpu/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/third_party/xla/xla/service/gpu/BUILD b/third_party/xla/xla/service/gpu/BUILD index 1052abbb168782..5ff40f3f287764 100644 --- a/third_party/xla/xla/service/gpu/BUILD +++ b/third_party/xla/xla/service/gpu/BUILD @@ -4630,6 +4630,9 @@ cc_library( xla_test( name = "cudnn_fused_conv_rewriter_test", srcs = ["cudnn_fused_conv_rewriter_test.cc"], + tags = [ + "no_rocm" + ], backend_tags = { "gpu_a100": [ "noasan",