I’ve been on this for a couple of days. Basically I used the cutouts example to build the basis for our little optix framework. In the same project the cutouts example worked just fine before.
However now I get a freeze after launch when it calls cudaDeviceSynchronize() (there is a plan to do this async later, but for now I am stuck here). I set the logCallback and the level to 4, pipeline debugLevel to FULL, as well as the module compile level and optimization to 0.
I tried a few things, like reducing the geometry, ray count etc. all to avail.
So my question is…
Is there anything else I am missing to figure this out or to get more information?
And does this maybe sound like a particular kind of problem?
Again, the strange thing is that it just worked in the same project with the cutouts example.