Skip to content
Snippets Groups Projects
  1. Oct 13, 2014
    • Kenneth Moreland's avatar
      Update document for supporting any scalar width · acc79cf8
      Kenneth Moreland authored
      The basic idea of this change is to remove types like vtkm::Scalar
      and vtkm::Vector#, because these types set you into a specific precision,
      and that can cause problems when integrating with other code. For example,
      in VTK you can have arrays of either float or double, and if all VTK-m
      algorithms use vtkm::Scalar, you have to cast to one or the other.
      
      Of course this means you have even more templating, but I think that
      will work out OK. There are also some more sublte changes such as
      modifying how list tags work to support larger lists of types.
      RnA176879
      acc79cf8
  2. Sep 09, 2014
  3. Jun 25, 2014
  4. Jun 24, 2014
  5. Jun 19, 2014
  6. Jun 17, 2014
  7. Jun 16, 2014
  8. Jun 12, 2014
  9. Jun 11, 2014
  10. Jun 10, 2014
  11. Jun 09, 2014
  12. Jun 06, 2014
  13. Jun 03, 2014
  14. Jun 02, 2014
  15. May 31, 2014
  16. May 27, 2014
  17. May 22, 2014
Loading