Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/microbenchmarks/RAW_TRANSFER.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export TPU_LIBRARY_PATH="/lib/libtpu.so"
Execute the benchmark using the standard `bazel run` command. Use `--` to separate Bazel arguments from the benchmark's runtime flags:

```bash
bazel run -c opt //tpu_raiden/core:raw_transfer_perf_test -- \
bazel run -c opt //tpu_sync/core:raw_transfer_perf_test -- \
--num_tpus=1 \
--num_layers=256 \
--num_blocks=32
Expand Down