22 #ifndef TVM_RUNTIME_CONTRIB_PAPI_H_
23 #define TVM_RUNTIME_CONTRIB_PAPI_H_
25 #include <tvm/ffi/container/array.h>
26 #include <tvm/ffi/container/map.h>
Wrapper for Device.
Definition: profiling.h:175
Wrapper for MetricCollectorNode.
Definition: profiling.h:329
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:37
Runtime profiling including timers.