You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a device that has an arm64 CPU and nvidia GPU, running Linux. The GPU is detected and everything appears to work fine, but it cannot request a work unit, failing with the error message HTTP_SERVICE_UNAVAILABLE: {"error":"No matching core"} (same message as #103, but for a different reason). When I hardcode the platform to amd64 and recompile, the WUs download fine (although the cores cannot run obviously). Most likely, there is simply no binary for arm64 linux, which is understandable as not many people have a graphics card on this platform. However, I do believe arm systems with dedicated gpus may become more popular and the issue should be addressed sooner rather than later.
The text was updated successfully, but these errors were encountered:
I have a device that has an arm64 CPU and nvidia GPU, running Linux. The GPU is detected and everything appears to work fine, but it cannot request a work unit, failing with the error message
HTTP_SERVICE_UNAVAILABLE: {"error":"No matching core"}
(same message as #103, but for a different reason). When I hardcode the platform to amd64 and recompile, the WUs download fine (although the cores cannot run obviously). Most likely, there is simply no binary for arm64 linux, which is understandable as not many people have a graphics card on this platform. However, I do believe arm systems with dedicated gpus may become more popular and the issue should be addressed sooner rather than later.The text was updated successfully, but these errors were encountered: