Embree for GPU — Weekly Reports

I did not understand, how does it work is related to openCL?

@MetinSeven Nothing is merged yet, but my next step is to polish code, and work for it to be accepted in master

@nokipaike This work isn’t specific to OpenCL or CUDA, the goal is to use Embree to build the BVH and then to use it on something else than a GPU. I test everything on CUDA, but it should work with OpenCL.

2 Likes

Week 12 - 12/08

  • Support for curve and unaligned node
  • Some code cleanup and refactoring (to match the code style used in Cycles)

Plan for the last week :

  • Code cleanup (check for memory leak on weird situation, optimize leaf creations, …)
  • Submit the patch to Phabricator
2 Likes