Skip to content

Commit

Permalink
Make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MattToast committed Oct 18, 2024
1 parent 4456a21 commit 1fa370a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@ To be released at some point in the future

Description

- Update the `DragonBackend` to used
[Dragon V0.10](https://github.com/DragonHPC/dragon/releases/tag/v0.10-beta)
- Implement workaround for Tensorflow that allows RedisAI to build with GCC-14
- Add instructions for installing SmartSim on PML's Scylla

Detailed Notes

- Dragon V0.10 introduced support for infiniband networks and largely
overhauled the ``ProcessGroup`` API, used widely throughout SmartSim's
``DragonBackend``, for better readability and debugging. SmartSim has has
adopted this new version of Dragon to take advantage of these improvements.
([SmartSim-PR753](https://github.com/CrayLabs/SmartSim/pull/753))
- In libtensorflow, the input argument to TF_SessionRun seems to be mistyped to
TF_Output instead of TF_Input. These two types differ only in name. GCC-14
catches this and throws an error, even though earlier versions allow this. To
Expand Down
1 change: 0 additions & 1 deletion smartsim/_core/launcher/dragon/dragonBackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import time
import typing as t
from dataclasses import dataclass, field
from enum import Enum
from threading import RLock

from tabulate import tabulate
Expand Down

0 comments on commit 1fa370a

Please sign in to comment.