VTK/Multicore and Streaming: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
This page is to act as a facilitator for current efforts in adding advanced multicore and streaming functionality into the VTK framework.  We will be building on some past work by others, and this page is meant to facilitate discussion and collaboration of those contributing via a number of synergistic research efforts.
This page is to act as a facilitator for current efforts in adding advanced multicore and streaming functionality into the VTK framework.  We will be building on some past work by others, and this page is meant to facilitate discussion and collaboration of those contributing via a number of synergistic research efforts.


==Discussion==
==Discussions==


===Meeting 9 June 2009===
===Meeting 9 June 2009===
Line 11: Line 11:
* Brian does not care about the papers!  :)
* Brian does not care about the papers!  :)
* Berk would like to modify Huy's current changes (in git) to leverage the existing streaming classes in vtk. Huy indicated that the current streamers require extents calculation, which might not always be available.  Berk suggested that we look at using pieces instead of extents.
* Berk would like to modify Huy's current changes (in git) to leverage the existing streaming classes in vtk. Huy indicated that the current streamers require extents calculation, which might not always be available.  Berk suggested that we look at using pieces instead of extents.
* Need to subclass the composite pipeline.
* Need to subclass the composite data pipeline with support for temporal data.
*

Revision as of 15:38, 10 June 2009

Multicore and Streaming

Background

This page is to act as a facilitator for current efforts in adding advanced multicore and streaming functionality into the VTK framework. We will be building on some past work by others, and this page is meant to facilitate discussion and collaboration of those contributing via a number of synergistic research efforts.

Discussions

Meeting 9 June 2009

  • Brian would like to have the pipelines on the wiki along with the papers now that the reviews are complete.
  • Brian does not care about the papers!  :)
  • Berk would like to modify Huy's current changes (in git) to leverage the existing streaming classes in vtk. Huy indicated that the current streamers require extents calculation, which might not always be available. Berk suggested that we look at using pieces instead of extents.
  • Need to subclass the composite data pipeline with support for temporal data.