File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
smartsim/_core/launcher/dragon Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,18 @@ To be released at some point in the future
1313
1414Description
1515
16+ - Update the ` DragonBackend ` to use
17+ [ Dragon V0.10] ( https://github.com/DragonHPC/dragon/releases/tag/v0.10-beta )
1618- Implement workaround for Tensorflow that allows RedisAI to build with GCC-14
1719- Add instructions for installing SmartSim on PML's Scylla
1820
1921Detailed Notes
2022
23+ - Dragon V0.10 introduced support for infiniband networks and largely
24+ overhauled the `` ProcessGroup `` API, used widely throughout SmartSim's
25+ `` DragonBackend `` , for better readability and debugging. SmartSim has has
26+ adopted this new version of Dragon to take advantage of these improvements.
27+ ([ SmartSim-PR753] ( https://github.com/CrayLabs/SmartSim/pull/753 ) )
2128- In libtensorflow, the input argument to TF_SessionRun seems to be mistyped to
2229 TF_Output instead of TF_Input. These two types differ only in name. GCC-14
2330 catches this and throws an error, even though earlier versions allow this. To
Original file line number Diff line number Diff line change 3030import time
3131import typing as t
3232from dataclasses import dataclass , field
33- from enum import Enum
3433from threading import RLock
3534
3635from tabulate import tabulate
You can’t perform that action at this time.
0 commit comments