ROCm Optiq command line support

ROCm Optiq command line support#

2026-05-04

1 min read time

Applies to Linux and Windows

This table lists the ROCm Optiq command line options:

Command

Description

Example

-h, --help

Display all supported command line arguments.

roc-optiq.exe -h

-v, --version

Print the installed ROCm Optiq version.

roc-optiq.exe -v

-f, --file

Open a trace or project file.

roc-optiq.exe -f C:\traces\my_trace.db

-b, --backend

Set or force ROCm Optiq to use a specific rendering backend: auto (default), vulkan, or opengl.

roc-optiq.exe --b opengl

-d, --file-dialog

Set file dialog backend: auto (default), native (system file dialog), or imgui (built-in). Use imgui when running over SSH.

roc-optiq.exe --file-dialog imgui