-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor]
composite_lp_aggregate
to handle log-probs aggregates gl…
…obally (#1181)
- Loading branch information
Showing
8 changed files
with
883 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,3 +44,4 @@ | |
) | ||
|
||
from .cudagraphs import CudaGraphModule | ||
from .utils import composite_lp_aggregate, set_composite_lp_aggregate |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
0013e38
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'CPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.benchmarks/common/common_ops_test.py::test_membership_stacked_nested_last
75068.74805100504
iter/sec (stddev: 9.984056728442533e-7
)164359.35247636584
iter/sec (stddev: 4.7312673233608383e-7
)2.19
benchmarks/common/common_ops_test.py::test_membership_stacked_nested_leaf_last
75567.53017318413
iter/sec (stddev: 8.721267071351303e-7
)164495.79232413115
iter/sec (stddev: 5.572106858218063e-7
)2.18
benchmarks/common/memmap_benchmarks_test.py::test_serialize_weights_pickle
1.2713359511864577
iter/sec (stddev: 0.287109772646582
)2.5479902302818336
iter/sec (stddev: 0.06477800517907545
)2.00
This comment was automatically generated by workflow using github-action-benchmark.
CC: @vmoens