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

Support accelerator optimized VMs in Google Cloud #5372

Open
siddharthab opened this issue Oct 5, 2024 · 1 comment · May be fixed by #5406
Open

Support accelerator optimized VMs in Google Cloud #5372

siddharthab opened this issue Oct 5, 2024 · 1 comment · May be fixed by #5406

Comments

@siddharthab
Copy link
Contributor

New feature

Usage scenario

Google Cloud Batch has accelerator optimized VMs, that need to be configured a little differently. They don't need to specify the accelerator type and count, but would still need the installGpuDrivers set to true. See Google documentation.

Suggest implementation

For this line, we also need to check if the task's machine type is g2-*, a2-* or a3-* even if accelerator type and count were not set. I think this should be enough. Happy to send a PR.

@bentsherman
Copy link
Member

PRs are welcome, even if you can only get part of the way

siddharthab pushed a commit to siddharthab/nextflow that referenced this issue Oct 17, 2024
Also clean up some old logic for container options when using GPUs.
These are now automatically handled by Google Cloud.

Fixes nextflow-io#5372.

Signed-off-by: Siddhartha Bagaria <[email protected]>
@siddharthab siddharthab linked a pull request Oct 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants