-
Notifications
You must be signed in to change notification settings - Fork 84
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
GPU device setting #118
Comments
The GPU selection happens here: Default behavior is to select the first device according to Nvidia's sorting, which usually selects the highest performance one, if there are different models. If you want to modify the behavior, this is the place to do it. In the upcoming release there will also be a slight improvement for this function, but the general operation stays the same. GPU-Voxels is designed to use only one GPU, even if there are many available. What is your plan? |
I am simply using a pc shared with other people in the lab that use the GPUs so i would like to determine which gpu to use since some might be already occupied. I have found just to define the environment variable GPU_VISIBLE_DEVICE on the desired gpu i want to use |
Tanks for your input, I didn't know about the It allows the restriction of visible GPUs for any CUDA application. please Let me know if you encounter any issues with this. For others interested in this feature, NVIDIA describes it here: https://developer.nvidia.com/blog/cuda-pro-tip-control-gpu-visibility-cuda_visible_devices/ |
I am working on a PC with multiple GPU how can I set which device is used by GPU-Voxels?
The text was updated successfully, but these errors were encountered: