-
Notifications
You must be signed in to change notification settings - Fork 0
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 sharing support #3
Comments
Is support needed for the oneAPI, ROCm, and CUDA APIs, or just GPU sharing? |
This is one question we have to find an answer to. Depends on whats necessary. If there is one setup compatibile with every GPU (AMD/nvidia) and hashcat, that would be nice. |
hashcat uses OpenCL, and the runtime is specific to each architecture, but I think it's possible to install different implementations at the same time |
and I don't think sharing is possible for mac on apple silicon |
Docker Desktop doesn't support device sharing so I don't have a lot of hope, maybe with orbstack on mac ?
Yeah I think too, but it's more a question of space optimization. Don't think these driver will be used by a lot of people so lets keep it as small as possible |
Adding an option to automatically share the host GPU to the exegol container
The text was updated successfully, but these errors were encountered: