Fix issue with Fides initializing HIP before using
There was an issue with Fides crashing because it attempted to allocate memory with HIP before HIP was initialized. (See vtk/fides#26.) The problem was actually with VTK-m. (Initializing VTK-m is supposed to be optional, but HIP was not getting initialized in time if it was not.) To fix the Fides issue, update VTK-m to the changes provided by vtk/vtk-m!3289.
Documentation/release/dev/fides-init.md
0 → 100644
Please register or sign in to comment