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
# Note - if you have a single cpu machine, change cpu:0 to just cpu at the start of the definition
maas ${MAAS_PROFILE} tags create \
name=gpgpu-quadro-m-i \
comment="Enable passthrough for Nvidia Quadro M series GPUs on Intel" \
definition='//node[@id="cpu:0"]/capabilities/capability/@id = "vmx" and //node[@id="display"]/vendor[contains(.,"NVIDIA")] and //node[@id="display"]/description[contains(.,"3D")] and //node[@id="display"]/product[contains(.,"Quadro M")]'