mfakto icon indicating copy to clipboard operation
mfakto copied to clipboard

gfx1030 auto-detection issue with ROCm OpenCL Runtime

Open DerVerruckteFuchs opened this issue 2 years ago • 2 comments

I noticed in mfakto.cpp that gfx1030 is listed. However, I am using the ROCm OpenCL runtime on Arch Linux and trying to run mkfakto results in an unknown GPU warning. My GPU is getting identified as gfx1030 (Advanced Micro Devices, Inc.) with mfakto. When using clinfo included with the ROCm OpenCL runtime, part of the output I get is:

  ...
  Name:						gfx1030
  Vendor:					Advanced Micro Devices, Inc.
  ...

I am not sure how mfakto gets the GPU name, but the name and vendor seems to get combined at some point and messes up auto-detection. I do not know if this is a ROCm caused issue, if mfakto is being weird, or if both are interacting weirdly. For reference, I am using the current stable version that the SRBase BOINC project provides. The ROCm OpenCL runtime version I am using is 5.4.1.

DerVerruckteFuchs avatar Feb 05 '23 00:02 DerVerruckteFuchs

Can you share the output from mfakto?

ixfd64 avatar Feb 22 '24 23:02 ixfd64