Skip to content
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

Cuda error 700 #196

Open
ziangcao0312 opened this issue Aug 14, 2024 · 1 comment
Open

Cuda error 700 #196

ziangcao0312 opened this issue Aug 14, 2024 · 1 comment

Comments

@ziangcao0312
Copy link

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);]

@s-laine
Copy link
Collaborator

s-laine commented Aug 22, 2024

Can you provide a minimal reproducing code? It's pretty much impossible to tell what might be going wrong without a failing test case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants