Skip to content
Discussion options

You must be logged in to vote

but i didn't use drjit::Loop or something related with that in my code by myself.

No, but you might be in a recorded loop or virtual function call. In, fact if you're writing something that is used during rendering, it most likely is in one them. Simply put, the intergrator most likely has a recorded loop so anything done inside the integrator will produce this message. For example, let's say you've written a new BSDF. This BSDF does not need a loop, but it is still called as part of the integrator's loop.

I'd recommend you read a bit more about drjit. Because it is a just-in-time compiler, the debugger will not behave as you expect: at any point in time you will not be able to see the …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@g1r4ff3
Comment options

@njroussel
Comment options

@g1r4ff3
Comment options

@njroussel
Comment options

Answer selected by g1r4ff3
@g1r4ff3
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
2 participants