We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d299fe commit 7dac2acCopy full SHA for 7dac2ac
schema/program.fbs
@@ -324,7 +324,7 @@ table ExecutionPlan {
324
delegates: [BackendDelegate];
325
326
// 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.
+ // A list instead of a single buffer to account for complex memory hierarchies.
328
// TODO(jakeszwe, razy): How to reconcile this with the ability for the hierarchical memory allocator
329
// to be id based instead of index based.
330
// Runtime should use the len(constant_buffer) as the ground truth of the
0 commit comments