-
Notifications
You must be signed in to change notification settings - Fork 266
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
[🐛 bug report]cuda_var_register(): attempted to create a variable of size zero! #565
Comments
log
I've encountered the same problem when using |
Hi @Chenguoz , Could you compile in debug mode and run this into a debugger to better understand which part of the Mitsuba code triggers this error? This will likely be fixed in the upcoming version, but shouldn't be too hard to fix once we find the source of the problem. |
Summary
The following error occurs when I use gpu rendering(
gpu_rgb gpu_autodiff_spectral
),But it can be executed successfully when using the default variantBUG Report
scalar_rgb
scalar_spectral
gpu_rgb
gpu_autodiff_spectral
The text was updated successfully, but these errors were encountered: