Skip to content

Variance based sampling #3

Description

@anders-wind

Implement a variance weighted sampling to improve performance.

Initial idea:

  • calculate the sum of variance of each cuda block.
  • Sort cuda blocks based on the variance
  • Pick #blocks/reduction_factor blocks to path trace.
  • Input the picked blocks to ray trace.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions