Skip to content

fix: removing unused cuda rand#51

Open
juanchuletas wants to merge 1 commit intomainfrom
48-optimize-path-tracer-performance-with-emissive-geometry
Open

fix: removing unused cuda rand#51
juanchuletas wants to merge 1 commit intomainfrom
48-optimize-path-tracer-performance-with-emissive-geometry

Conversation

@juanchuletas
Copy link
Copy Markdown
Member

Pull Request Template

Description

This PR solves some performance issues in Rendering with SYCL on Intel ARC GPU

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactor (code change that neither fixes a bug nor adds a feature)
  • Documentation (changes to docs only)
  • [x ] Performance (improves performance)

Changes Made

Technical Details

Testing

  • Tested locally
  • Visual comparison before/after
  • Performance benchmarked
  • Edge cases verified

Screenshots / Results

Before After

Performance Impact

  • Render time before:
  • Render time after:
  • Memory usage:

Related Issues

Closes #

Checklist

  • Code compiles without warnings
  • Code follows project style guidelines
  • Self-reviewed my own code
  • Commented hard-to-understand areas
  • No unnecessary debug code left behind

Notes for Reviewers

@juanchuletas juanchuletas linked an issue Feb 5, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize Path Tracer Performance with Emissive Geometry

1 participant