SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
Public Attributes | List of all members
_SamplingInfo Struct Reference

Simulation sampling information maintained by the Operator and passed to the accelerated kernel. More...

#include <common.h>

Detailed Description

Simulation sampling information maintained by the Operator and passed to the accelerated kernel.

Definition at line 262 of file common.h.

Public Attributes

SamplingLevel level
 Qualitative level of sampling.
 
int num_sample_iterations
 The requested number of iterations to run a sampled loop. More...
 

Member Data Documentation

◆ num_sample_iterations

int _SamplingInfo::num_sample_iterations

The requested number of iterations to run a sampled loop.

Depending on the kernel's restrictions, the actual iterations run could be greater.

Definition at line 269 of file common.h.


The documentation for this struct was generated from the following file: