Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker authored Nov 12, 2024
1 parent 071f927 commit b7fc098
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ The current version of the library is rapidly gaining functionality. Please expe
Plans:

* Optimize:
** Single-prim-leaf BVHs in 'verbose' layout
** Better BVH::Optimize interface
** Faster Optimize algorithm (complete paper implementation)
* Single-prim-leaf BVHs in 'verbose' layout
* Better BVH::Optimize interface
* Faster Optimize algorithm (complete paper implementation)
* OpenCL traversal example
** AILA_LAINE traversal
** BVH4_GPU traversal
** Efficient CWBVH GPU traversal
* AILA_LAINE traversal
* BVH4_GPU traversal
* Efficient CWBVH GPU traversal
* TLAS/BLAS traversal with BLAS transforms

These features have already been completed but need polishing and adapting to the interface, once it is settled. CWBVH GPU traversal combined with an optimized SBVH provides state-of-the-art **#RTXOff** performance; expect _billions of rays per second_.
Expand Down

0 comments on commit b7fc098

Please sign in to comment.