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: Allow custom rendernode #817

Merged
merged 1 commit into from
Sep 17, 2024
Merged

feat: Allow custom rendernode #817

merged 1 commit into from
Sep 17, 2024

Conversation

djylb
Copy link
Contributor

@djylb djylb commented Sep 17, 2024

Allow users to manually select GPU via environment variable when multiple GPUs are present.
Added support for the RENDERNODE environment variable to allow users to manually specify the GPU render node (e.g., /dev/dri/renderD128, /dev/dri/renderD129).

Allow users to manually select GPU via environment variable when multiple GPUs are present.
Added support for the RENDERNODE environment variable to allow users to manually specify the GPU render node (e.g., /dev/dri/renderD128, /dev/dri/renderD129).
@djylb
Copy link
Contributor Author

djylb commented Sep 17, 2024

On my device, there are multiple GPUs, and the default /dev/dri/renderD128 is not an Intel GPU. Therefore, I made the above modifications to allow selecting the GPU through an environment variable.

@kroese kroese merged commit c81787b into vdsm:master Sep 17, 2024
1 check passed
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.

2 participants