Skip to content

Commit 85c10f9

Browse files
akshaysubrDavid Pruittktangsalisaydemrdaviddpruitt
authored
CorrDiff: Adding NVTX markers and removing redundant regression model inference (#306)
* Refactor saving results to improve perf and overlap with inferencing * Update blossom-ci.yml (#295) * Change pip install commands with the correct PyPI package name (#298) * Make number of writer workers parameterized * add comment for writer workers * revert readme and blossom-ci * 2nd revert of readme * Adding NVTX markers and removing redundant regression model inference * Code formatting * Adding nvtx to pyproject.toml * Updating CHANGELOG.md --------- Co-authored-by: David Pruitt <dpruitt@login-eos01.eos.clusters.nvidia.com> Co-authored-by: Kaustubh Tangsali <71059996+ktangsali@users.noreply.github.com> Co-authored-by: Abdullah <37012364+Saydemr@users.noreply.github.com> Co-authored-by: David Pruitt <dpruitt@nvidia.com> Co-authored-by: David Pruitt <daviddpruitt@gmail.com> Co-authored-by: Akshay Subramaniam <asubramaniam@login-eos01.eos.clusters.nvidia.com>
1 parent 3897519 commit 85c10f9

File tree

8 files changed

+235
-175
lines changed

8 files changed

+235
-175
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
- Molecular Dynamics example.
3535
- Improved usage of GraphPartition, added more flexible ways of defining a partitioned graph.
3636
- Physics-Informed Stokes Flow example.
37+
- Profiling markers, benchmarking and performance optimizations for CorrDiff inference.
3738

3839
### Changed
3940

@@ -53,7 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5354
### Dependencies
5455

5556
- Removed experimental SFNO dependencies
56-
- Added CorrDiff dependencies (cftime, einops, pyspng)
57+
- Added CorrDiff dependencies (cftime, einops, pyspng, nvtx)
5758
- Made tqdm a required dependency
5859

5960
## [0.4.0] - 2023-11-20

0 commit comments

Comments
 (0)