From 9b54a99b0158368cf2289f822db564cb91f63685 Mon Sep 17 00:00:00 2001 From: David Dunleavy Date: Tue, 12 Dec 2023 15:37:47 +0000 Subject: [PATCH] Add benchmarking RFC --- rfcs/20231212-benchmarking-rfc.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 rfcs/20231212-benchmarking-rfc.md diff --git a/rfcs/20231212-benchmarking-rfc.md b/rfcs/20231212-benchmarking-rfc.md new file mode 100644 index 0000000..707f904 --- /dev/null +++ b/rfcs/20231212-benchmarking-rfc.md @@ -0,0 +1,22 @@ +# OpenXLA Benchmarking +| Status | Proposed | +| :------------ | :------------------------------------------------------ | +| **RFC #** | [101](https://github.com/openxla/community/pull/101) | +| **Authors** | David Dunleavy (ddunleavy@google.com) | +| **Sponsor** | Puneith Kaul (puneith@google.com) | +| **Updated** | 2023-12-12 + +## Objective +Gather feedback on what benchmarking infrastructure would be helpful for the OpenXLA community. + +## Proposal +Previous benchmarking efforts like those described in the +[Benchmarking Strategy RFC](https://github.com/openxla/community/blob/main/rfcs/20230505-benchmarking-strategy.md) +have been disrupted due to changes in broader strategy in the OpenXLA ecosystem. +Since then, there have been some independent discussions about benchmarking for XLA, +but we are interested in getting a pulse on what's most important to the community. + +## Questions +What openly available models are most interesting to measure? +Is using models in HLO/StableHLO form sufficient? Or is it preferable to do framework level benchmarks? +What backends/targets/configurations are most important to benchmark? Single vs multi-host?