Skip to content

Commit 2d753c1

Browse files
Disable MSAN for GPU profiler tests.
The `nomsan` tag is added to `//third_party/tensorflow/compiler/xla/backends/profiler/gpu:cuda_version_variants_test` to disable MemorySanitizer for CUDA-related tests. PiperOrigin-RevId: 840326645
1 parent 2a5fadc commit 2d753c1

File tree

1 file changed

+1
-0
lines changed
  • xla/backends/profiler/gpu

1 file changed

+1
-0
lines changed

xla/backends/profiler/gpu/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ xla_cc_test(
132132
"cuda-only",
133133
"gpu",
134134
"no_mac",
135+
"nomsan", # Disable msan for cuda related tests.
135136
"requires-gpu-nvidia",
136137
],
137138
deps = [

0 commit comments

Comments
 (0)