mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
add to tests/BUILD
This commit is contained in:
parent
4c4bcde723
commit
5a93e15bd7
15
tests/BUILD
15
tests/BUILD
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user