Improve the documentation on having a single worklet executable

This commit is contained in:
Robert Maynard 2018-12-24 15:52:53 -05:00
parent 54d7659d9c
commit 4fcb2cb8d9
2 changed files with 7 additions and 7 deletions

@ -1,11 +1,8 @@
Merge worklet testing executables into a device dependent shared library
# Merge worklet testing executables into a device dependent shared library
VTK-m has been updated to replace old per device worklet testing executables with a device
dependent shared library so that it's able to accept a device adapter
at runtime.
Meanwhile, it updates the testing infrastructure APIs. vtkm::cont::testing::Run
function would call ForceDevice when needed and if users need the device
adapter info at runtime, RunOnDevice function would pass the adapter into the functor.
dependent shared library so that it's able to accept a device adapter at runtime through
the "--device=" argument.
Optional Parser is bumped from 1.3 to 1.7.

@ -0,0 +1,3 @@
# Optional Parser is bumped from 1.3 to 1.7.
VTK-m internal version of Optional Parser has been moved to 1.7