22 #ifndef TVM_RUNTIME_CONTRIB_PAPI_H_
23 #define TVM_RUNTIME_CONTRIB_PAPI_H_
Runtime Array container types.
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
Wrapper for Device.
Definition: profiling.h:170
Wrapper for MetricCollectorNode.
Definition: profiling.h:324
Runtime Map container types.
MetricCollector CreatePAPIMetricCollector(Map< DeviceWrapper, Array< String >> metrics)
Construct a metric collector that collects data from hardware performance counters using the Performa...
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:36
Runtime profiling including timers.