We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use the nvdiffrast to render 9 512x512 images, I face this error. How can I know the reason for this error?
File "/mnt/petrelfs/caoziang.p/anaconda3/envs/lrm_flex/lib/python3.10/site-packages/nvdiffrast/torch/ops.py", line 248, in forward out, out_db = _get_plugin().rasterize_fwd_cuda(raster_ctx.cpp_wrapper, pos, tri, resolution, ranges, peeling_idx) RuntimeError: Cuda error: 700[cudaLaunchKernel((void*)triangleSetupKernel, dim3(setupBlocks, 1, m_numImages), dim3(32, CR_SETUP_WARPS), args, 0, stream);]
The text was updated successfully, but these errors were encountered:
Can you provide a minimal reproducing code? It's pretty much impossible to tell what might be going wrong without a failing test case.
Sorry, something went wrong.
No branches or pull requests
When I use the nvdiffrast to render 9 512x512 images, I face this error. How can I know the reason for this error?
File "/mnt/petrelfs/caoziang.p/anaconda3/envs/lrm_flex/lib/python3.10/site-packages/nvdiffrast/torch/ops.py", line 248, in forward
out, out_db = _get_plugin().rasterize_fwd_cuda(raster_ctx.cpp_wrapper, pos, tri, resolution, ranges, peeling_idx)
RuntimeError: Cuda error: 700[cudaLaunchKernel((void*)triangleSetupKernel, dim3(setupBlocks, 1, m_numImages), dim3(32, CR_SETUP_WARPS), args, 0, stream);]
The text was updated successfully, but these errors were encountered: