Skip to content

Commit

Permalink
Add notap tag to Mosaic tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635379982
  • Loading branch information
apaszke authored and jax authors committed May 20, 2024
1 parent ffdb9bb commit 53ec2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/mosaic/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jax_test(
disable_backends = DISABLED_BACKENDS,
disable_configs = DISABLED_CONFIGS,
main = "//third_party/py/jax/experimental/mosaic/gpu/examples:flash_attention.py",
tags = ["notap"],
deps = [
"//jax:mosaic_gpu",
] + py_deps("numpy"),
Expand Down
1 change: 1 addition & 0 deletions tests/pallas/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ jax_test(
env = {
"JAX_PALLAS_USE_MOSAIC_GPU": "1",
},
tags = ["notap"],
deps = [
"//jax:pallas",
"//jax:pallas_gpu", # build_cleaner: keep
Expand Down

0 comments on commit 53ec2cd

Please sign in to comment.