Skip to content

Improve Compute Device Selection #2

@xperia64

Description

@xperia64

I have both a 1080 Ti and RX480 running in my system.
Due to this "metric" determining speed:

bfCL/ocl_util.c

Line 183 in 6730c32

cl_ulong cap = 1ull * devices[j].max_compute_units * devices[j].freq;

...the program selects my RX480 over the 1080 Ti.
A command line option to select the compute device number would probably work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions