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
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.
The text was updated successfully, but these errors were encountered:
Also clean up some old logic for container options when using GPUs.
These are now automatically handled by Google Cloud.
Fixesnextflow-io#5372.
Signed-off-by: Siddhartha Bagaria <[email protected]>
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-*
ora3-*
even if accelerator type and count were not set. I think this should be enough. Happy to send a PR.The text was updated successfully, but these errors were encountered: