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 for Add-VMGpuPartitionAdapter #268

Open
nenkoru opened this issue May 22, 2024 · 4 comments · May be fixed by #269
Open

Support for Add-VMGpuPartitionAdapter #268

nenkoru opened this issue May 22, 2024 · 4 comments · May be fixed by #269

Comments

@nenkoru
Copy link

nenkoru commented May 22, 2024

For quite some time now, Hyper-V supports the usage of partitioned GPU adapters, which helps to allocate a percentage of the GPU to a VM. This feature is particularly useful for workloads requiring GPU acceleration but not needing the entire GPU, optimizing resource utilization.

Rationale:
Adding support for Add-VMGpuPartitionAdapter to the provider will enable users to automate the configuration of GPU partitioning for their VMs. This will streamline the deployment process for environments that rely on GPU resources, such as those used for machine learning, data analysis, or graphic-intensive applications.

@nenkoru
Copy link
Author

nenkoru commented May 22, 2024

rfc

@taliesins
Copy link
Owner

I would also love to have this added. When I get a chance I will give it a go.

@nenkoru
Copy link
Author

nenkoru commented May 22, 2024

I would also love to have this added. When I get a chance I will give it a go.

That's awesome as I already started implementing it. Already created all the necessary interface fields, the rest is to figure out the scripts for each of actions. Will link a PR to this issue!

@nenkoru nenkoru linked a pull request May 24, 2024 that will close this issue
@nenkoru
Copy link
Author

nenkoru commented Aug 2, 2024

Any luck #269 getting merged? @taliesins

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