Closed ilhamv closed 2 months ago
You ran this on the nivida development system, right?
You ran this on the nivida development system, right?
Yes, I tested it on the mcdc-env you set up in the OSU ssh. But it would be great if you can double-check to be very sure.
Everything passes!
The CSG tracking is refactored from a recursion of function calls into an algorithm based on the Reverse Polish Notation (Thanks, @braxtoncuneo, for the suggestions!). This fixes the GPU runtime error (#206) which turns out to be caused by the function recursions.