mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Skip ASAN tests for the big Mosaic GPU tests
They are timing out. PiperOrigin-RevId: 735804647
This commit is contained in:
parent
30a9e1b3bf
commit
6f7ce9d048
@ -39,7 +39,10 @@ jax_multiplatform_test(
|
||||
],
|
||||
env = {"XLA_FLAGS": "--xla_gpu_autotune_level=0"},
|
||||
shard_count = 16,
|
||||
tags = ["multiaccelerator"],
|
||||
tags = [
|
||||
"multiaccelerator",
|
||||
"noasan", # Times out.
|
||||
],
|
||||
deps = [
|
||||
"//jax:mosaic_gpu",
|
||||
] + py_deps("absl/testing") + py_deps("numpy"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user