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
Eventually, after perhaps a hundred or so renderings at 256 spp, I get a CUDA error (see below).
This only occurs if CDF is enabled:
nvisii.set_dome_light_texture(texture, enable_cdf=True)
The error:
CUDA call (cudaMemcpyAsync((char*)d_pointer + offset,hostDataPtr, ((count == -1) ? parent->elementCount : count)*sizeOf(parent->type), cudaMemcpyDefault, device->getStream())) failed with code 700 (line 292): an illegal memory access was encountered Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Eventually, after perhaps a hundred or so renderings at 256 spp, I get a CUDA error (see below).
This only occurs if CDF is enabled:
nvisii.set_dome_light_texture(texture, enable_cdf=True)
The error:
CUDA call (cudaMemcpyAsync((char*)d_pointer + offset,hostDataPtr, ((count == -1) ? parent->elementCount : count)*sizeOf(parent->type), cudaMemcpyDefault, device->getStream())) failed with code 700 (line 292): an illegal memory access was encountered Aborted (core dumped)
The text was updated successfully, but these errors were encountered: