Add xplat cxx_binary target for bench_transposed_cache benchmark#18718
Add xplat cxx_binary target for bench_transposed_cache benchmark#18718kimishpatel wants to merge 1 commit intogh/kimishpatel/238/basefrom
Conversation
The fbcode cpp_benchmark target forces macOS x86_64 compatibility, making it unusable on arm64 Macs. Add a non_fbcode_target cxx_binary so the benchmark can be built and run locally via: buck build fbsource//xplat/executorch/extension/llm/custom_ops:bench_transposed_cache Also wrap the existing fbcode cpp_benchmark in fbcode_target() to avoid duplicate target name conflicts. Authored with Claude. Differential Revision: [D99677682](https://our.internmc.facebook.com/intern/diff/D99677682/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18718
Note: Links to docs will display an error until the docs builds have been completed. ❌ 126 New FailuresAs of commit e05dcc6 with merge base fb1618e ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
submitted by accident, not meant to land immedidately |
Stack from ghstack (oldest at bottom):
The fbcode cpp_benchmark target forces macOS x86_64 compatibility,
making it unusable on arm64 Macs. Add a non_fbcode_target cxx_binary
so the benchmark can be built and run locally via:
buck build fbsource//xplat/executorch/extension/llm/custom_ops:bench_transposed_cache
Also wrap the existing fbcode cpp_benchmark in fbcode_target() to
avoid duplicate target name conflicts.
Authored with Claude.
Differential Revision: D99677682