Skip to content

Commit de40bc9

Browse files
committed
Make CI happy
1 parent 4456a21 commit de40bc9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,18 @@ To be released at some point in the future
1313

1414
Description
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

1921
Detailed 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

smartsim/_core/launcher/dragon/dragonBackend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import time
3131
import typing as t
3232
from dataclasses import dataclass, field
33-
from enum import Enum
3433
from threading import RLock
3534

3635
from tabulate import tabulate

0 commit comments

Comments
 (0)