Difference between revisions of "Design Documents"

From VTKM
Jump to navigation Jump to search
(Created page with "Here is a history of design documents, listed with the most recent on top. These documents capture some of the design decisions made during the creation of VTK-m features. The...")
 
Line 1: Line 1:
 
Here is a history of design documents, listed with the most recent on top. These documents capture some of the design decisions made during the creation of VTK-m features. They can give some depth of understanding to VTK-m features, but be aware that they represent ideas at the early stages of the design. The actual implementation is likely to have changed by some amount.
 
Here is a history of design documents, listed with the most recent on top. These documents capture some of the design decisions made during the creation of VTK-m features. They can give some depth of understanding to VTK-m features, but be aware that they represent ideas at the early stages of the design. The actual implementation is likely to have changed by some amount.
  
 +
* [[Simplifying ArrayHandle Internals and ArrayTransfer]]
 
* [[Passing Dispatcher Invoke Arguments to Worklet Arguments Using Signatures]]
 
* [[Passing Dispatcher Invoke Arguments to Worklet Arguments Using Signatures]]

Revision as of 18:05, 1 May 2015

Here is a history of design documents, listed with the most recent on top. These documents capture some of the design decisions made during the creation of VTK-m features. They can give some depth of understanding to VTK-m features, but be aware that they represent ideas at the early stages of the design. The actual implementation is likely to have changed by some amount.