Skip to content

ds4-agent: fixes missing --rocm backend argument parsing#551

Open
daniel-j-h wants to merge 1 commit into
antirez:mainfrom
daniel-j-h:fix/agent-rocm-backend-arg
Open

ds4-agent: fixes missing --rocm backend argument parsing#551
daniel-j-h wants to merge 1 commit into
antirez:mainfrom
daniel-j-h:fix/agent-rocm-backend-arg

Conversation

@daniel-j-h

Copy link
Copy Markdown

Adds missing --rocm parsing to ds4-agent; the shared help prints it for all tools and other cli tools have it e.g. see

ds4/ds4_cli.c

Lines 1539 to 1545 in 80ebbc3

#ifdef DS4_ROCM_BUILD
} else if (!strcmp(arg, "--rocm")) {
c.engine.backend = DS4_BACKEND_CUDA;
#else
} else if (!strcmp(arg, "--cuda")) {
c.engine.backend = DS4_BACKEND_CUDA;
#endif

Disclaimer: This was written by the ds4 agent itself running the ds4 flash q2 imatrix quant on a strix halo 128gb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant