Closed hiyyg closed 3 years ago
solved
Hi hiyyg and sorry for the delayed reply. Proper multi-GPU support is currently missing from the library but I'm going to start working on it soon. If it's not too much trouble, I'd like to hear what your solution was - my current plan for Linux is to use the eglGetPlatformDisplayEXT()
extension. Is this perhaps what you did, or did you find some other solution?
Exactly.
Hello, I try to run
nvdiffrast
on other gpus rather than gpu 0 by running:CUDA_VISIBLE_DEVICES=1 python samples/torch/triangle.py
However, I got this error:How can I solve this problem?