Add xplat cxx_binary target for bench_sdpa#18705
Add xplat cxx_binary target for bench_sdpa#18705kimishpatel wants to merge 1 commit intogh/kimishpatel/225/basefrom
Conversation
Add non_fbcode_target cxx_binary so bench_sdpa can be built via the xplat build path (e.g. for on-device testing). Wrap the existing cpp_benchmark in fbcode_target to avoid name collision between the fbcode benchmark target and the xplat binary target. Differential Revision: [D96044315](https://our.internmc.facebook.com/intern/diff/D96044315/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18705
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 2 Cancelled JobsAs of commit 3ce257f with merge base fb1618e ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
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):
Add non_fbcode_target cxx_binary so bench_sdpa can be built via the
xplat build path (e.g. for on-device testing). Wrap the existing
cpp_benchmark in fbcode_target to avoid name collision between the
fbcode benchmark target and the xplat binary target.
Differential Revision: D96044315