Skip to content
Discussion options

You must be logged in to vote

A key limit is that OptiX cannot trace more than 1 billion rays in a single kernel. Dr.Jit can deal with at most 4 billion samples at a time. In the future, it might be possible to tweak Dr.Jit's OptiX backend so that it can launch up to 4 kernels in sequence without re-tracing to at least reach 2^32 rays.

However, at that point the end is truly reached. You will need multiple passes if you want more samples. If you are rendering more than 2^32 pixels at a time, you will have to devise your own method of rendering multiple image sub-regions and piecing the result back together. However, I think that you will have difficulties opening the resulting image with standard tools.

We will not be…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wjakob
Comment options

Answer selected by saeedhd96
Comment options

You must be logged in to vote
1 reply
@saeedhd96
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants