mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Disable pytorch_interoperability_test under asan on all backends.
It wasn't sufficient to disable this only on GPU. PiperOrigin-RevId: 720344366
This commit is contained in:
parent
727d0367a4
commit
faaaf82974
@ -816,16 +816,12 @@ jax_multiplatform_test(
|
||||
jax_multiplatform_test(
|
||||
name = "pytorch_interoperability_test",
|
||||
srcs = ["pytorch_interoperability_test.py"],
|
||||
backend_tags = {
|
||||
"gpu": [
|
||||
"noasan", # TODO(b/392599624): torch fails to build.
|
||||
],
|
||||
},
|
||||
enable_backends = [
|
||||
"cpu",
|
||||
"gpu",
|
||||
],
|
||||
tags = [
|
||||
"noasan", # TODO(b/392599624): torch fails to build.
|
||||
"nomsan", # TODO(b/355237462): msan false-positives in torch?
|
||||
"not_build:arm",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user