add TODO to update kokkos initialize

This commit is contained in:
nadavi 2021-04-29 00:49:23 +00:00
parent 18d7827db7
commit 968c66f949

@ -47,6 +47,7 @@ inline void ChangeArgumentName(const std::string& origName,
void vtkm::cont::kokkos::internal::Initialize(int& argc, char* argv[])
{
// TODO: remove this argument mangling once DEPRECATED options are fully removed
// mangle --device to prevent conflict
ChangeArgumentName("--device", "--vtkm_d", argc, argv);
// rename to what is expected by kokkos