Skip to content

Commit 7dac2ac

Browse files
swolchokfacebook-github-bot
authored andcommitted
s/heirarchies/hierarchies/ (#2772)
Summary: Just a spelling mistake. Reviewed By: JacobSzwejbka Differential Revision: D55542731
1 parent 5d299fe commit 7dac2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/program.fbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ table ExecutionPlan {
324324
delegates: [BackendDelegate];
325325

326326
// List of buffer sizes for non_constant memory allocations. (Think neural net activations)
327-
// A list instead of a single buffer to account for complex memory heirarchies.
327+
// A list instead of a single buffer to account for complex memory hierarchies.
328328
// TODO(jakeszwe, razy): How to reconcile this with the ability for the hierarchical memory allocator
329329
// to be id based instead of index based.
330330
// Runtime should use the len(constant_buffer) as the ground truth of the

0 commit comments

Comments
 (0)