You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lightning/fabric/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
12
12
13
13
### Changed
14
14
15
-
- Normalized `_CUDA_FLOPS` values in `throughput.py` to consistent scientific notation (`a.bcde+N` with `1 <= a < 10`) ([#21743](https://github.com/Lightning-AI/pytorch-lightning/pull/21743))
15
+
-
16
16
17
17
### Removed
18
18
19
19
-
20
20
21
21
### Fixed
22
22
23
-
-
23
+
- Fixed inconsistent FLOPs reporting on NVIDIA H100/H200 GPUs by defaulting to dense FLOPs, with sparse FLOPs now requiring an explicit opt-in. ([#21743](https://github.com/Lightning-AI/pytorch-lightning/pull/21743))
0 commit comments