From 7dac2ac3180a9d5ae09a43b3a7a49332d6eae199 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Tue, 9 Apr 2024 11:11:20 -0700 Subject: [PATCH] s/heirarchies/hierarchies/ (#2772) Summary: Just a spelling mistake. Reviewed By: JacobSzwejbka Differential Revision: D55542731 --- schema/program.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/program.fbs b/schema/program.fbs index c17836cda7f..df585ec03fd 100644 --- a/schema/program.fbs +++ b/schema/program.fbs @@ -324,7 +324,7 @@ table ExecutionPlan { delegates: [BackendDelegate]; // List of buffer sizes for non_constant memory allocations. (Think neural net activations) - // A list instead of a single buffer to account for complex memory heirarchies. + // A list instead of a single buffer to account for complex memory hierarchies. // TODO(jakeszwe, razy): How to reconcile this with the ability for the hierarchical memory allocator // to be id based instead of index based. // Runtime should use the len(constant_buffer) as the ground truth of the