-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024/04 VTK-m Questions #1270
Comments
|
|
I can definitely help with this if you guys are ready for a release, however, it appears that there is not much new material in master from the last release (2.1), we can make a 2.1.1 for bugfixes that we had since the last release. |
@vicentebolea @kmorel thanks for the information! It would be great to get a 2.1.1 at some point. Right now we have a branch that uses the MergeDataSets filter from after the 2.1 release. |
I would argue that the introduction of a new filter is more than just a patch release. We should just create a 2.2 release even if there is not a huge amount of new features. |
Device Usage (related to: #1267)
Ascent has logic to force a specific device or fail - can set a precedence chain for devices?
How do we know for sure which device was used for an execution?
Amrex Folks are seeing a crash on finalization:
AMReX-Codes/amrex#3873
From the stack trace, it appears to be a shared pointer clean up of
vtkm::cont::RuntimeDeviceTracker
Could there be a C++ static finalization issue, is there a singleton pattern here?
The text was updated successfully, but these errors were encountered: