NVlabs / nvdiffrast

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

nvdiffrast on T4 #122

Closed maorp closed 1 year ago

maorp commented 1 year ago

Hi, I'm trying to run on cloud servers with windows and T4 gpu (no opengl support and screen) and i changed my code to use CUDA context, but still i get this error: [F C:\Users\ttv_per_maor\miniconda3\envs\pytorch3d\lib\site-packages\nvdiffrast\common\glutil.cpp:66] wglGetProcAddress() failed for 'glTexImage3D'

maorp commented 1 year ago

sorry false alarm, found a stray default call to GL context. thanks anyway.