1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH MIGRAPHX-DRIVER "1" "November 2025" "MIGraphX Version: 2.13.0.5b3a25a-dirty" "User Commands"
.SH NAME
migraphx-driver \- a command-line tool that can read, compile, run, and test an MIGraphX model with randomized data.
.SH DESCRIPTION
.SS "USAGE:"
.IP
migraphx\-driver <options> <command>
.PP
FLAGS:
.TP
\fB\-h\fR, \fB\-\-help\fR
Show help
.TP
\fB\-v\fR, \fB\-\-version\fR
Show MIGraphX version
.TP
\fB\-\-ort\-sha\fR
Show MIGraphX onnx runtime SHA
.PP
OPTIONS:
.IP
<command> [std::vector<std::string>]
.SS "COMMANDS:"
.IP
compile
onnx
op
params
perf
read
roctx
run
tf
time
verify
|