NVlabs / nvdiffrast

Nvdiffrast - Modular Primitives for High-Performance Differentiable Rendering
Other
1.29k stars 139 forks source link

Is it possible to use nvdiffrast on mobile devices #121

Closed gaobodaxinwen closed 1 year ago

gaobodaxinwen commented 1 year ago

Thanks for the great work! I wonder is it possible to use nvdiffrast on mobile devices?

s-laine commented 1 year ago

It depends on if you have the necessary hardware, software and libraries on the device — you need at least CUDA, Python, PyTorch, and support for building PyTorch extensions. For example, nvdiffrast works fine on laptops with NVIDIA GPUs.

gaobodaxinwen commented 1 year ago

Thanks for your reply. What i meant by mobile devices is actually referring to mobile phones. Is it possible to run differentiable rendering on mobile phones?

s-laine commented 1 year ago

I don't know of any mobile phones with the necessary prerequisites, so the answer is probably no.

gaobodaxinwen commented 1 year ago

Thanks for your information.