Skip to content

examples: fix stale bazel label in RAW_TRANSFER.md - #663

Open
Sahil170595 wants to merge 1 commit into
google:mainfrom
Sahil170595:fix-microbenchmark-stale-paths
Open

examples: fix stale bazel label in RAW_TRANSFER.md#663
Sahil170595 wants to merge 1 commit into
google:mainfrom
Sahil170595:fix-microbenchmark-stale-paths

Conversation

@Sahil170595

@Sahil170595 Sahil170595 commented Aug 15, 2026

Copy link
Copy Markdown

RAW_TRANSFER.md:48 documents the benchmark invocation as:

bazel run -c opt //tpu_raiden/core:raw_transfer_perf_test -- \
  --num_tpus=1 --num_layers=256 --num_blocks=32

That package path no longer exists after the move to tpu_sync/. The cc_test is declared in tpu_sync/core/BUILD, so the documented command fails to resolve the label as written.

One line, docs only.

Rebased and reduced

This PR originally also fixed a stale from tpu_raiden.api.jax import kv_cache_manager in jax_d2d_read_benchmark_runner.py. That was fixed upstream in 71a4ad2 (#669), so I've rebased onto current main and dropped it — this is now the only remaining stale reference of the pair.

Verified against 2ee9c3f.

RAW_TRANSFER.md documents:

    bazel run -c opt //tpu_raiden/core:raw_transfer_perf_test

That package path no longer exists after the move to tpu_sync/; the
cc_test is declared in tpu_sync/core/BUILD. Copy-pasting the documented
command fails to resolve the label.

The stale import this PR originally also fixed was resolved upstream in
71a4ad2 (google#669), so this is now the only remaining reference.
@Sahil170595
Sahil170595 force-pushed the fix-microbenchmark-stale-paths branch from 1012341 to afe4743 Compare August 16, 2026 12:23
@Sahil170595 Sahil170595 changed the title examples: fix stale tpu_raiden paths in microbenchmarks examples: fix stale bazel label in RAW_TRANSFER.md Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant