Fides does not always initialize HIP before using it
When I compile Fides in ParaView with HIP support, I find that sometimes when I load a file, ParaView crashes with an error that HIP was not initialized. This seems to happen while allocating data.
There is a good chance this is a problem with VTK-m not properly initializing Kokkos before attempting to allocate something on the device.