add to tests/BUILD

This commit is contained in:
Shuhan Ding 2024-03-12 17:17:20 -07:00
parent 4c4bcde723
commit 5a93e15bd7
Failed to extract signature

View File

@ -542,6 +542,21 @@ jax_test(
] + py_deps("numpy"),
)
jax_test(
name = "lax_metal_test",
srcs = ["lax_metal_test.py"],
tags = ["notap"],
disable_backends = [
"cpu",
"gpu",
"tpu",
],
deps = [
"//jax:internal_test_util",
"//jax:lax_reference",
] + py_deps("numpy"),
)
jax_test(
name = "lax_autodiff_test",
srcs = ["lax_autodiff_test.py"],