vtk-m/examples
Tom Fogal 55be1fcbb2 examples: ensure cleanup occurs before main ends.
Else the implicit context in the CUDA driver may destroy itself
before the destructors for globals/statics run, and we could try
to e.g. cudaFree without a valid context.
2017-02-15 10:32:20 -08:00
..
clipping Update the examples to work with the new usage requirements 2017-01-27 10:03:53 -05:00
contour_tree Update the examples to work with the new usage requirements 2017-01-27 10:03:53 -05:00
demo Update the examples to work with the new usage requirements 2017-01-27 10:03:53 -05:00
dynamic_dispatcher Update the examples to work with the new usage requirements 2017-01-27 10:03:53 -05:00
hello_world Update the examples to work with the new usage requirements 2017-01-27 10:03:53 -05:00
isosurface examples: ensure cleanup occurs before main ends. 2017-02-15 10:32:20 -08:00
multi_backend Merge branch 'use_usage_requirements' into 'master' 2017-01-27 17:36:16 -05:00
rendering Update the examples to work with the new usage requirements 2017-01-27 10:03:53 -05:00
streamline examples: ensure cleanup occurs before main ends. 2017-02-15 10:32:20 -08:00
tetrahedra examples: ensure cleanup occurs before main ends. 2017-02-15 10:32:20 -08:00
CMakeLists.txt First implementation of contour tree 2D and 3D, serial and cuda. 2017-01-09 13:54:47 -07:00