Skip to content

s/heirarchies/hierarchies/ #2772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema/program.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down