Skip to content

std::to_string works on both host and device.

Nick Thompson requested to merge NAThompson/vtk-m:to_string into master

One of (hopefully) the last trivial things I noticed working on Testing.h. std::stringstream does not work on devices, but std::to_string does. So converting an index to a string can be marked VTKM_EXEC_CONT.

Checking that this is true on all our supported systems via the CI . . .

Merge request reports