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: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
- Updated CorrDiff training code to support multiple patch iterations to amortize regression cost and usage of `torch.compile`
25
25
- Refactored `physicsnemo/models/diffusion/layers.py` to optimize data type casting workflow, avoiding unnecessary casting under autocast mode
26
26
- Refactored Conv2d to enable fusion of conv2d with bias addition
27
-
- Refactored GroupNorm, UNetBlock, SongUNet, SongUNetPosEmbd to support usage of Apex GroupNorm, fusion of activation with GroupNorm, and AMP workflow.
27
+
- Refactored GroupNorm, UNetBlock, SongUNet, SongUNetPosEmbd to support usage of
28
+
Apex GroupNorm, fusion of activation with GroupNorm, and AMP workflow.
28
29
- Updated SongUNetPosEmbd to avoid unnecessary HtoD Memcpy of `pos_embd`
29
30
- Updated `from_checkpoint` to accommodate usage of Apex GroupNorm
30
31
- Refactored CorrDiff NVTX annotation workflow to be configurable
0 commit comments