Difference between revisions of "Main Page"
Line 14: | Line 14: | ||
* [[Building VTK-m]] | * [[Building VTK-m]] | ||
* [[Using VTK-m in Your Project]] | * [[Using VTK-m in Your Project]] | ||
− | * [ | + | * [https://gitlab.kitware.com/vtk/vtk-m/blob/master/CONTRIBUTING.md Contributing to VTK-m] |
* [http://vtk.org/mailman/listinfo/vtkm VTK-m Mailing List] | * [http://vtk.org/mailman/listinfo/vtkm VTK-m Mailing List] | ||
* [[Media:VTKmUsersGuide.pdf|VTK-m Users' Guide]] (Work in progress.) | * [[Media:VTKmUsersGuide.pdf|VTK-m Users' Guide]] (Work in progress.) |
Revision as of 11:48, 19 September 2017
For information on our upcoming Code Sprint, see http://ix.cs.uoregon.edu/~hank/vtkm17.html for logistical information and
Code Sprint 2017-04-04 for the working Wiki page. |
VTK-m
One of the biggest recent changes in high-performance computing is the increasing use of accelerators. Accelerators contain processing cores that independently are inferior to a core in a typical CPU, but these cores are replicated and grouped such that their aggregate execution provides a very high computation rate at a much lower power. Current and future CPU processors also require much more explicit parallelism. Each successive version of the hardware packs more cores into each processor, and technologies like hyperthreading and vector operations require even more parallel processing to leverage each core’s full potential.
VTK-m is a toolkit of scientific visualization algorithms for emerging processor architectures. VTK-m supports the fine-grained concurrency for data analysis and visualization algorithms required to drive extreme scale computing by providing abstract models for data and execution that can be applied to a variety of algorithms across many different processor architectures.
Using VTK-m
- Building VTK-m
- Using VTK-m in Your Project
- Contributing to VTK-m
- VTK-m Mailing List
- VTK-m Users' Guide (Work in progress.)
- Doxygen Documentation
Contacts
Kenneth Moreland
Sandia National Laboratories
kmorel@sandia.gov
Publications
"VTK-m: Accelerating the Visualization Toolkit for Massively Threaded Architectures." Kenneth Moreland, Christopher Sewell, William Usher, Li-ta Lo, Jeremy Meredith, David Pugmire, James Kress, Hendrik Schroots, Kwan-Liu Ma, Hank Childs, Matthew Larsen, Chun-Ming Chen, Robert Maynard, and Berk Geveci. IEEE Computer Graphics and Applications, 36(3), May/June 2016. DOI 10.1109/MCG.2016.48.
"Visualization for Exascale: Portable Performance is Critical." Kenneth Moreland, Matthew Larsen, and Hank Childs. Supercomputing Frontiers and Innovations, 2(3), 2015. DOI 10.14529/jsfi150306.