mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
[JAX] Disable msan and asan for the profiler test running on nvidia gpu
PiperOrigin-RevId: 733380848
This commit is contained in:
parent
7d0aab5a98
commit
8af6f70fe0
@ -838,6 +838,13 @@ jax_multiplatform_test(
|
||||
jax_multiplatform_test(
|
||||
name = "profiler_test",
|
||||
srcs = ["profiler_test.py"],
|
||||
backend_tags = {
|
||||
"gpu": [
|
||||
# disable suspicious leaking in cupti/cuda,
|
||||
# TODO: remove this once b/372714955 is resolved.
|
||||
"noasan",
|
||||
],
|
||||
},
|
||||
enable_backends = [
|
||||
"cpu",
|
||||
"gpu",
|
||||
|
Loading…
x
Reference in New Issue
Block a user