Difference between revisions of "Teleconference 2018-03-21"

From VTKM
Jump to navigation Jump to search
Line 8: Line 8:
 
* Should FieldSelection have a mode where you except all fields except those specified?
 
* Should FieldSelection have a mode where you except all fields except those specified?
 
** Use case: if thresholding by a mask, no sense in copying that field from input to output
 
** Use case: if thresholding by a mask, no sense in copying that field from input to output
 +
* Update interface to dot/cross product filter
 +
** Alias "primary" filter
 +
** Support coordinate systems

Revision as of 11:30, 21 March 2018

Attendees:

New filter interface:

  • change default to select all fields to map from input to output
  • do we need to rethink memory management for CUDA?
    • after mapping a field, show we unload both from the CUDA device (i.e. call ReleaseResourcesExecution)?
  • not much point having coordinate systems in separate space, move back to fields?
  • Should FieldSelection have a mode where you except all fields except those specified?
    • Use case: if thresholding by a mask, no sense in copying that field from input to output
  • Update interface to dot/cross product filter
    • Alias "primary" filter
    • Support coordinate systems