Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU support on ARM processors #139

Open
supsm opened this issue May 11, 2023 · 3 comments
Open

GPU support on ARM processors #139

supsm opened this issue May 11, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@supsm
Copy link

supsm commented May 11, 2023

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.

@supsm
Copy link
Author

supsm commented May 11, 2023

The GPU is using cuda, I could not get opencl to work.

@toTOWfr
Copy link

toTOWfr commented Jul 10, 2023

There are no GPU cores compiled for ARM architecture. The ARM client shouldn't come with GPU support enabled.

@supsm
Copy link
Author

supsm commented Jul 11, 2023

That's what I suspected. Would it be possible to compile it for arm? Since the cores aren't open source I'm personally not able to do it.

@jcoffland jcoffland added the enhancement New feature or request label Feb 3, 2024
@jcoffland jcoffland changed the title Missing fahcore 22 for linux arm64 GPU support on ARM processors May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants