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

feat: Add support for Add-VMGpuPartitionAdapter #269

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nenkoru
Copy link

@nenkoru nenkoru commented May 24, 2024

Closes #268

Opted for InstancePath selection instead of by name of the gpu adapter considering the case when there could be two identical gpu adapters with the same name on the host machine. Eg 2x3090 or so.

all the info regarding scripts could be found in this gist [1]
[1] https://gist.github.com/nenkoru/acadf3039c94525f3bc3a7329cfdfcd1

also opted-out of copying the driver into the virtual machine as I think it is out of scope of this project

@nenkoru nenkoru changed the title Add support for Add-VMGpuPartitionAdapter feat: Add support for Add-VMGpuPartitionAdapter May 24, 2024
@nenkoru
Copy link
Author

nenkoru commented May 24, 2024

Works fine for me, tested a couple of times with different cases except for the data source
Need a comment on the instancePath solution vs. a name of a GPU, will add a corresponding docs change

…rface to comply with the int64 requirement for encode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Add-VMGpuPartitionAdapter
1 participant