- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which functions in Embree 2.0 are implemented to use multiple threads? When I do rtcStartThreads() which of the functions are affected? Specifically are the intersect and occluded functions multi-threaded?
Thanks,
Ritwik
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The hierarchy builders in Embree are multi-threaded. The ray traversal is not multi-threaded, thus you have to call rtcIntersect from multiple threads yourself.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The hierarchy builders in Embree are multi-threaded. The ray traversal is not multi-threaded, thus you have to call rtcIntersect from multiple threads yourself.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page