Skip to content

Fix stale imports in examples and cdk bench automation. - #669

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_965221675
Aug 15, 2026
Merged

Fix stale imports in examples and cdk bench automation.#669
copybara-service[bot] merged 1 commit into
mainfrom
test_965221675

Conversation

@copybara-service

Copy link
Copy Markdown

Fix stale imports in examples and cdk bench automation.

@copybara-service
copybara-service Bot merged commit 71a4ad2 into main Aug 15, 2026
@copybara-service
copybara-service Bot deleted the test_965221675 branch August 15, 2026 19:48
Sahil170595 added a commit to Sahil170595/tpu-sync that referenced this pull request Aug 16, 2026
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

Copy link
Copy Markdown

Heads up — there's one more stale tpu_raiden reference in the same area that this didn't cover:

examples/microbenchmarks/RAW_TRANSFER.md:48 documents bazel run -c opt //tpu_raiden/core:raw_transfer_perf_test. The cc_test is declared in tpu_sync/core/BUILD, so the documented command doesn't resolve as written. Put up #663 for it.

Separately, while sweeping for these I found ten cc_test/py_test targets in tpu_sync/core/BUILD, tpu_sync/frameworks/jax/BUILD, and tpu_sync/frameworks/torch/BUILD whose srcs files aren't present in the OSS tree (the raw_transfer_*_test / torch_raw_transfer_*_test family) — filed as #671 since it looks like an export-config question rather than something to patch here.

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.

2 participants