Skip to content

Commit

Permalink
Internal change only
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715058507
  • Loading branch information
Google-ML-Automation committed Feb 11, 2025
1 parent 70e3316 commit 92397f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 2,734 deletions.
82 changes: 0 additions & 82 deletions jax_tpu_embedding/sparsecore/lib/core/primitives/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -46,88 +46,6 @@ pytype_strict_contrib_test(
],
)

pytype_strict_contrib_test(
name = "sparse_dense_matmul_csr_with_mini_batching_test",
srcs = [
"sparse_dense_matmul_csr_with_mini_batching_test.py",
],
args = [
# TPU chip configuration,
"--logtostderr",
],
env = {
"XLA_FLAGS": "--xla_dump_to=sponge",
},
tags = [
"exclusive-if-local",
"requires-tpu",
],
deps = [
"//jax_tpu_embedding/sparsecore/lib/core:input_preprocessing",
"//jax_tpu_embedding/sparsecore/lib/core/primitives:sparse_dense_matmul_csr_with_mini_batching",
"//third_party/jax:tpu_support",
pypi_requirement("absl/testing:absltest"),
pypi_requirement("einops"),
pypi_requirement("jax"),
pypi_requirement("numpy"),
],
)

pytype_strict_contrib_test(
name = "sparse_dense_matmul_grad_with_sgd_with_mini_batching_test",
srcs = [
"sparse_dense_matmul_grad_with_sgd_with_mini_batching_test.py",
],
args = [
# TPU chip configuration,
"--logtostderr",
],
env = {
"XLA_FLAGS": "--xla_dump_to=sponge",
},
tags = [
"exclusive-if-local",
"requires-tpu",
],
deps = [
"//jax_tpu_embedding/sparsecore/lib/core/primitives:sparse_dense_matmul_grad_with_sgd_with_mini_batching",
"//third_party/jax:tpu_support",
pypi_requirement("absl/logging"),
pypi_requirement("absl/testing:absltest"),
pypi_requirement("einops"),
pypi_requirement("jax"),
pypi_requirement("numpy"),
],
)

pytype_strict_contrib_test(
name = "sparse_dense_matmul_grad_with_adagrad_with_mini_batching_test",
srcs = [
"sparse_dense_matmul_grad_with_adagrad_with_mini_batching_test.py",
],
args = [
# TPU chip configuration,
"--logtostderr",
],
env = {
"XLA_FLAGS": "--xla_dump_to=sponge",
},
tags = [
"exclusive-if-local",
"requires-tpu",
],
deps = [
"//jax_tpu_embedding/sparsecore/lib/core/primitives:sparse_dense_matmul_grad_with_adagrad_with_mini_batching",
"//third_party/jax:tpu_support",
pypi_requirement("absl/logging"),
pypi_requirement("absl/testing:absltest"),
pypi_requirement("absl/testing:parameterized"),
pypi_requirement("einops"),
pypi_requirement("jax"),
pypi_requirement("numpy"),
],
)

pytype_strict_contrib_test(
name = "sparse_dense_matmul_grad_with_sgd_test",
srcs = [
Expand Down
Loading

0 comments on commit 92397f3

Please sign in to comment.