From 36f02ef89256a49cae88cbe85eded5eee7e32caf Mon Sep 17 00:00:00 2001 From: Jan Wassenberg Date: Fri, 15 Nov 2024 02:21:55 -0800 Subject: [PATCH] Internal change. PiperOrigin-RevId: 696815335 --- examples/hello_world/run.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/hello_world/run.cc b/examples/hello_world/run.cc index 7e9e561..70c3654 100644 --- a/examples/hello_world/run.cc +++ b/examples/hello_world/run.cc @@ -33,6 +33,10 @@ #include "hwy/contrib/thread_pool/thread_pool.h" int main(int argc, char** argv) { + { + // Placeholder for internal init, do not modify. + } + gcpp::LoaderArgs loader(argc, argv); gcpp::InferenceArgs inference(argc, argv); gcpp::AppArgs app(argc, argv);