-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: LLNL/CARE
base: v0.15.0
head repository: LLNL/CARE
compare: v0.15.1
- 17 commits
- 22 files changed
- 4 contributors
Commits on Mar 21, 2025
-
Merge pull request #317 from LLNL/master
Merge v0.15.0 back into develop
Configuration menu - View commit details
-
Copy full SHA for 111d94b - Browse repository at this point
Copy the full SHA 111d94bView commit details
Commits on Apr 1, 2025
-
Fix usage of cub and hipcub (#320)
* Only enables calls to cub::DeviceMergeSort if available (used by care::sortArray and care::KeyValueSorter when the type is not arithmetic) * Fixes calls to [hip]cub::DeviceMergeSort::StableSortKeys by making the input keys mutable (used by care::sortArray when the type is not arithmetic) * Avoids hardcoding one overload of care::sortArray to use [hip]cub::DeviceRadixSort --------- Co-authored-by: Guy Bergel <bergel1@llnl.gov>
Configuration menu - View commit details
-
Copy full SHA for 4cdfb4b - Browse repository at this point
Copy the full SHA 4cdfb4bView commit details
Commits on Apr 2, 2025
-
Add support for multireducers (#321)
* Add support for multireducers * Use atomic policy for cuda reducers --------- Co-authored-by: Alan Dayton <dayton8@llnl.gov>
Configuration menu - View commit details
-
Copy full SHA for 3efb531 - Browse repository at this point
Copy the full SHA 3efb531View commit details -
Remove ENABLE_PICK CMake option (#322)
* Remove ENABLE_PICK and references to CHAI_ENABLE_PICK
Configuration menu - View commit details
-
Copy full SHA for 7eed08b - Browse repository at this point
Copy the full SHA 7eed08bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bed2de2 - Browse repository at this point
Copy the full SHA bed2de2View commit details
Commits on Apr 4, 2025
-
Miscellaneous bug fixes (#326)
* Fix unexpected behavior in care::sort_uniq (a case where the input array should not be modified) * Fixes care::host_device_map::reserve in the force_keyvaluesorter specialization * Removes unused variable
Configuration menu - View commit details
-
Copy full SHA for c53bf9a - Browse repository at this point
Copy the full SHA c53bf9aView commit details -
Miscellaneous bug fixes (#327)
* Rearrange template parameters for care::sortKeyValueArrays (used by care::KeyValueSorter) for ease of use * Add a mechanism for preventing explicit instantiations of care::sortKeyValueArrays * Add note about being able to construct keys from integral types * Add missing newline to output message * Use default initialization in host_device_map
Configuration menu - View commit details
-
Copy full SHA for c79f3e7 - Browse repository at this point
Copy the full SHA c79f3e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1186e76 - Browse repository at this point
Copy the full SHA 1186e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c8fa13 - Browse repository at this point
Copy the full SHA 0c8fa13View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a45f1 - Browse repository at this point
Copy the full SHA f2a45f1View commit details -
GPU simulation mode improvements (#329)
* Adds GPU simulation mode support for LoopFuser and managed_ptr loops
Configuration menu - View commit details
-
Copy full SHA for 7dfc064 - Browse repository at this point
Copy the full SHA 7dfc064View commit details -
Fixes for building as a shared library on Windows (#330)
* Adds missing attributes to some functions so they are exported when building as a shared library on Windows
Configuration menu - View commit details
-
Copy full SHA for 259f9ea - Browse repository at this point
Copy the full SHA 259f9eaView commit details -
* Move function to be accessible even when the loop fuser is disabled * Remove handrolled debug watch point mechanism from the DebugPlugin
Configuration menu - View commit details
-
Copy full SHA for 2f1fcb9 - Browse repository at this point
Copy the full SHA 2f1fcb9View commit details
Commits on Apr 5, 2025
-
* Remove CARE_SKIP_SORT_KEY_VALUE_ARRAYS_INSTANTIATIONS
Configuration menu - View commit details
-
Copy full SHA for 7f0d9f2 - Browse repository at this point
Copy the full SHA 7f0d9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 986b521 - Browse repository at this point
Copy the full SHA 986b521View commit details
Commits on Apr 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fb9c77d - Browse repository at this point
Copy the full SHA fb9c77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f198c8b - Browse repository at this point
Copy the full SHA f198c8bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.15.0...v0.15.1