MLIR-AIE
|
#include "/home/runner/work/mlir-aie/mlir-aie/runtime_lib/test_lib/xrt_test_wrapper.h"
Public Attributes | |
int | verbosity |
int | do_verify |
int | n_iterations |
int | n_warmup_iterations |
int | trace_size |
std::string | instr |
std::string | xclbin |
std::string | kernel |
std::string | trace_file |
Definition at line 11 of file xrt_test_wrapper.h.
int args::do_verify |
Definition at line 13 of file xrt_test_wrapper.h.
Referenced by parse_args(), setup_and_run_aie(), and setup_and_run_aie().
std::string args::instr |
Definition at line 17 of file xrt_test_wrapper.h.
Referenced by parse_args(), setup_and_run_aie(), and setup_and_run_aie().
std::string args::kernel |
Definition at line 19 of file xrt_test_wrapper.h.
Referenced by parse_args(), setup_and_run_aie(), and setup_and_run_aie().
int args::n_iterations |
Definition at line 14 of file xrt_test_wrapper.h.
Referenced by parse_args(), setup_and_run_aie(), and setup_and_run_aie().
int args::n_warmup_iterations |
Definition at line 15 of file xrt_test_wrapper.h.
Referenced by parse_args(), setup_and_run_aie(), and setup_and_run_aie().
std::string args::trace_file |
Definition at line 20 of file xrt_test_wrapper.h.
Referenced by parse_args(), setup_and_run_aie(), and setup_and_run_aie().
int args::trace_size |
Definition at line 16 of file xrt_test_wrapper.h.
Referenced by parse_args(), setup_and_run_aie(), and setup_and_run_aie().
int args::verbosity |
Definition at line 12 of file xrt_test_wrapper.h.
Referenced by parse_args(), setup_and_run_aie(), and setup_and_run_aie().
std::string args::xclbin |
Definition at line 18 of file xrt_test_wrapper.h.
Referenced by parse_args(), setup_and_run_aie(), and setup_and_run_aie().