25 #ifndef TVM_TIR_USMP_ALGORITHMS_H_
26 #define TVM_TIR_USMP_ALGORITHMS_H_
44 const Integer& memory_pressure);
55 const Integer& memory_pressure);
66 const Integer& memory_pressure);
77 const Integer& memory_pressure);
Container of constant int that adds more constructors.
Definition: expr.h:622
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:289
Map container of NodeRef->NodeRef in DSL graph. Map implements copy on write semantics,...
Definition: map.h:1271
Map< BufferInfo, PoolAllocation > GreedyBySize(const Array< BufferInfo > &buffer_info_arr, const Integer &memory_pressure)
The Greedy-by-Size algorithm to plan memory.
Map< BufferInfo, PoolAllocation > GreedyByConflicts(const Array< BufferInfo > &buffer_info_arr, const Integer &memory_pressure)
The Greedy-by-Conflicts algorithm to plan memory.
Map< BufferInfo, PoolAllocation > HillClimb(const Array< BufferInfo > &buffer_info_arr, const Integer &memory_pressure)
The Hill-Climb algoritm to plan memory.
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Utilities for Unified Static Memory Planner.