Skip to content
Snippets Groups Projects
Commit 57ac6758 authored by Kenneth Moreland's avatar Kenneth Moreland
Browse files

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.
parent 5a0129e4
No related branches found
No related tags found
No related merge requests found
## Fix issue with Fides not initializing HIP before using it
There was an issue with Fides crashing because it attempted to allocate memory
with HIP before HIP was initialized. (See
https://gitlab.kitware.com/vtk/fides/-/issues/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, VTK-m is updated to
the changes provided by
https://gitlab.kitware.com/vtk/vtk-m/-/merge_requests/3289.
Subproject commit a2784a96fdd79b06670532f6c19ab113f7e29ba4
Subproject commit 025421a2dc4c5ee983d1f87fe1328b7effc1e107
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment