You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since trace has now two implementation, on CPU and GPU respectively,
we should rename functions consistently between the implementations.
This means going back to the previous naming scheme that simplifies
names. As usual, backward compatibility will be maintained.
rename make_XXX functions
trace_XXX functions
provide an async trace function if necessary
rename get_XXX methods
clear the use of denoising functions between the two renderers
rename internal structures with simpler names
consider the use of an empty context in trace
The text was updated successfully, but these errors were encountered:
Since trace has now two implementation, on CPU and GPU respectively,
we should rename functions consistently between the implementations.
This means going back to the previous naming scheme that simplifies
names. As usual, backward compatibility will be maintained.
The text was updated successfully, but these errors were encountered: