Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Rendering enhancements #146

Open
mclarsen opened this issue Dec 4, 2019 · 0 comments
Open

Rendering enhancements #146

mclarsen opened this issue Dec 4, 2019 · 0 comments

Comments

@mclarsen
Copy link
Member

mclarsen commented Dec 4, 2019

What is slow and how to fix it:

  • Annotations: vtkm scene system adds and renders them one at a time. Batch them
  • png encoding: This is inherently serial. Change compositing to handle batches and send final images to different ranks. Encoding can happen happen on all ranks
  • external faces (and bvh): this is repeatably done because the vtkm rendering wants it this way. Add re-render when we know things don't change.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant